Updated menu
This commit is contained in:
@@ -61,7 +61,12 @@ dhparam=1024
|
|||||||
##----------------##
|
##----------------##
|
||||||
# Pre-Config #
|
# 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
|
hostnamectl set-hostname $domain >/dev/null
|
||||||
$PKGM update
|
$PKGM update
|
||||||
$PKGI software-properties-common
|
$PKGI software-properties-common
|
||||||
|
|||||||
Reference in New Issue
Block a user