Remove docker sdk dependency and add jq
parent
f70843990c
commit
ece934d473
4
setup.sh
4
setup.sh
|
@ -5,9 +5,7 @@ export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
apt-get upgrade -y
|
apt-get upgrade -y
|
||||||
apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot borgbackup
|
apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot borgbackup jq
|
||||||
|
|
||||||
python3 -m pip install docker
|
|
||||||
|
|
||||||
rm -rf /etc/nginx/sites-available/default
|
rm -rf /etc/nginx/sites-available/default
|
||||||
rm -rf /etc/nginx/sites-enabled/default
|
rm -rf /etc/nginx/sites-enabled/default
|
||||||
|
|
Loading…
Reference in New Issue