More fixes (#3587)

This commit is contained in:
Slaviša Arežina 2025-04-02 07:19:50 +02:00 committed by GitHub
parent e7b1cf46d6
commit ea9f19d5f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 105 additions and 108 deletions

View file

@ -18,7 +18,7 @@ $STD apt-get install -y g++-multilib
msg_ok "Installed Dependencies"
msg_info "Installing Daemon Sync Server"
curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/raw/main/misc/daemonsync_2.2.0.0059_amd64.deb -O "daemonsync_2.2.0.0059_amd64.deb"
curl -fsSL "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/raw/main/misc/daemonsync_2.2.0.0059_amd64.deb" -o "daemonsync_2.2.0.0059_amd64.deb"
$STD dpkg -i daemonsync_2.2.0.0059_amd64.deb
msg_ok "Installed Daemon Sync Server"