Updated menu

This commit is contained in:
b.waal
2019-09-15 17:03:31 +02:00
parent 52bcda722f
commit 31f1643ce9

View File

@@ -61,7 +61,12 @@ dhparam=1024
##----------------##
# Pre-Config #
##----------------##
whiptail --title "Configuring the system" --infobox "Busy like a bee" 8 45
{
for ((i = 0 ; i <= 100 ; i+=5)); do
sleep 0.3
echo $i
done
} | whiptail --gauge "Pre-configuring the server..." 6 50 0
hostnamectl set-hostname $domain >/dev/null
$PKGM update
$PKGI software-properties-common