diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-06-03 21:32:12 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-06-03 21:32:12 +0100 |
| commit | 6473bd03ee8e9a5799ed991c5da92013a5c7e2d6 (patch) | |
| tree | dc1e6f83ffd69e2ce7db0972fa74eb77b7f449ca | |
| parent | b57cbc569fade92a4d22243a84387383a90e130f (diff) | |
Install packages required for installation of others
| -rw-r--r-- | gohan.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
