Remove sudo to preserve shell variables

os-repl
drunkendog 2022-11-28 19:49:59 +00:00
parent 8535a07de1
commit 71094a45fc
1 changed files with 5 additions and 5 deletions

View File

@ -3,12 +3,12 @@ set -e
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install snapd
sudo snap install lxd
apt-get update -y
apt-get upgrade -y
apt-get install snapd
snap install lxd
yes '' | lxd init
sudo apt-get install python3-pip
apt-get install python3-pip
python3 -m pip install paramiko pylxd sshim