fixed --yesinstall typo

This commit is contained in:
2019-10-21 16:14:48 +02:00
parent cf8fd6a008
commit 0c779980b0
9 changed files with 19 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ if [ "$EUID" -ne 0 ]; then
fi
echo -e "\033[35;1mInstalling apticron \033[0m"
apt-get --yesinstall apticron
apt-get --yes install apticron
sleep 3
echo -n "Enter an email: "