From 54d545c923d041d5563fbc5c6c762637859a5e6c Mon Sep 17 00:00:00 2001 From: Arnab Bhakta Date: Sat, 9 Mar 2024 22:06:43 +0530 Subject: [PATCH] Update ubuntu-install.sh for v1.5.5 --- ubuntu-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-install.sh b/ubuntu-install.sh index 0f57be7..ec6827d 100644 --- a/ubuntu-install.sh +++ b/ubuntu-install.sh @@ -42,7 +42,7 @@ sudo apt install -y curl wget # Download the Debian package echo -e "${BLUE}Downloading the Debian package...${NC}" -wget https://github.com/bodhitree-iitb/clab-installation/releases/download/v1.6.2/clab_1.6.2_debian_amd64.deb +wget https://github.com/bodhitree-iitb/clab-installation/releases/download/v1.5.5/VLab_1.5.5_amd64.deb # Install the downloaded Debian package using dpkg echo -e "${BLUE}Installing the downloaded Debian package...${NC}"