fix bad apt call

This commit is contained in:
Luis Guzmán 2025-01-20 01:23:49 -06:00
parent 22957eddf4
commit 44c21e174a
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ else
/etc/apt/sources.list.d/docker-ce.list
wget -qO - https://download.docker.com/linux/ubuntu/gpg | \
gpg --dearmor | tee /etc/apt/trusted.gpg.d/docker-gpg-key.gpg >/dev/null
apt -q2 update
apt-get -q2 update
fi
read -p "Set your etherpad docker admin password: " -r ETHERPAD_ADMIN_PASS

View File

@ -31,7 +31,7 @@ if ! [ "$(id -u)" = 0 ]; then
fi
echo "Checking for updates...."
apt -q2 update
apt-get -q2 update
apt install -y \
apt-show-versions \
jq