Fixes in scripts
This commit is contained in:
parent
9690b65a09
commit
d3d3483d0b
3 changed files with 19 additions and 12 deletions
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
echo "Install new repos for debian..."
|
||||
|
||||
sudo apt -y install gpg
|
||||
|
||||
sudo bash -c 'echo "deb http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware" > /etc/apt/sources.list.d/backports.list'
|
||||
|
||||
sudo curl -fsSL https://pkgs.zabbly.com/key.asc | gpg --show-keys --fingerprint
|
||||
|
|
@ -25,7 +27,7 @@ Signed-By: /etc/apt/keyrings/zabbly.asc
|
|||
|
||||
EOF'
|
||||
|
||||
sudo apt install -y software-properties-common
|
||||
sudo apt install -y software-properties-common
|
||||
|
||||
sudo apt-add-repository -y contrib
|
||||
|
||||
|
|
@ -72,3 +74,6 @@ sudo apt -y install incus
|
|||
|
||||
sudo usermod -a -G incus,incus-admin $USER
|
||||
|
||||
echo "Please, reboot the server..."
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue