Skip to content

Commit 9b07b6f

Browse files
committed
Clear console before updating
1 parent dd59d56 commit 9b07b6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Website: https://tracker.iguaserver.de
77

88
if whiptail --yesno "Apt Update?" 10 35; then
9+
clear
910
sudo apt-get update -y
1011
fi
1112
#Check if git and mysql are installed

0 commit comments

Comments
 (0)