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

@@ -16,12 +16,12 @@ fi
sleep 2
# TODO --force-yes is deprecated, use one of the options starting with --allow instead.
apt-get --yesinstall vim curl
apt-get --yes install vim curl
sed -i "s/^# en_GB.UTF-8/en_GB.UTF-8/g" /etc/locale.gen
locale-gen
apt-get --yesinstall ntp
apt-get --yes install ntp
dpkg-reconfigure tzdata
apt-get --yesinstall tmux etckeeper needrestart htop lynx unzip
apt-get --yes install tmux etckeeper needrestart htop lynx unzip
# TODO cron
# https://askubuntu.com/questions/56683/where-is-the-cron-crontab-log/121560#121560