summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-06-03 21:32:12 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-06-03 21:32:12 +0100
commit6473bd03ee8e9a5799ed991c5da92013a5c7e2d6 (patch)
treedc1e6f83ffd69e2ce7db0972fa74eb77b7f449ca
parentb57cbc569fade92a4d22243a84387383a90e130f (diff)
Install packages required for installation of others
-rw-r--r--gohan.sh7
1 files changed, 7 insertions, 0 deletions
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