mirror of
https://github.com/tteck/Proxmox.git
synced 2025-10-03 12:56:16 +00:00
update sources
This commit is contained in:
@@ -90,9 +90,7 @@ msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing Syncthing"
|
||||
curl -s -o /usr/share/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg
|
||||
cat <<EOF >/etc/apt/sources.list.d/syncthing.list
|
||||
deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable
|
||||
EOF
|
||||
sh -c 'echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable" > /etc/apt/sources.list.d/syncthing.list'
|
||||
$STD apt-get update
|
||||
$STD apt-get install -y syncthing
|
||||
$STD systemctl enable syncthing@root.service
|
||||
|
Reference in New Issue
Block a user