From 6473bd03ee8e9a5799ed991c5da92013a5c7e2d6 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 3 Jun 2020 21:32:12 +0100 Subject: Install packages required for installation of others --- gohan.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gohan.sh b/gohan.sh index 655e21c..3125aee 100644 --- a/gohan.sh +++ b/gohan.sh @@ -43,3 +43,10 @@ welcomemsg || error "User exited." # Last chance for user to back out before install. preinstallmsg || error "User exited." + +### The rest of the script requires no user input. + +dialog --title "Gohan Installation" --infobox "Installing \`basedevel\` and \`git\` for installing other software required for the installation of other programs." 5 70 +installpkg curl +installpkg base-devel +installpkg git -- cgit v1.2.3-13-gbd6f