Update daemonsync-install.sh

This commit is contained in:
tteckster 2022-03-01 16:51:58 -05:00 committed by GitHub
parent 37d89837cd
commit 6e24f0b987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ apt-get install -y g++-multilib &>/dev/null
echo -e "${CM}${CL} \r"
echo -en "${GN} Installing Daemon Sync Server... "
wget -qL https://github.com/tteck/Proxmox/raw/dev/misc/daemonsync_2.2.0.0059_amd64.deb &>/dev/null
wget -qL https://github.com/tteck/Proxmox/raw/main/misc/daemonsync_2.2.0.0059_amd64.deb &>/dev/null
sudo dpkg -i daemonsync_2.2.0.0059_amd64.deb &>/dev/null
echo -e "${CM}${CL} \r"