mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
update sources
This commit is contained in:
parent
8307bbe86c
commit
40ad663997
4 changed files with 4 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue