some updates for buster

This commit is contained in:
2019-10-21 16:00:06 +02:00
parent 4ce386eeed
commit 67b84ed088
17 changed files with 117 additions and 110 deletions

View File

@@ -28,7 +28,7 @@ if [ ! -d "$_assets" ]; then
fi
echo "installing proftpd"
apt-get --yes --force-yes install proftpd
apt-get --yesinstall proftpd
while [ "$_server_name" = "" ]
do
read -p "enter a server name ? " _server_name