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}"