diff --git a/etherpad-docker.sh b/etherpad-docker.sh index 81ab2c3..5788d37 100644 --- a/etherpad-docker.sh +++ b/etherpad-docker.sh @@ -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 diff --git a/tools/jibri-conf-upgrade.sh b/tools/jibri-conf-upgrade.sh index d899ff3..527876c 100644 --- a/tools/jibri-conf-upgrade.sh +++ b/tools/jibri-conf-upgrade.sh @@ -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