diff --git a/install.sh b/install.sh index 7087375..eea6bf7 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,9 @@ #!/bin/bash +# APT Update & apt upgrade +sudo apt update && sudo apt install -y dialog + + # Remember that this menu uses this apt package "dialog" HEIGHT=35