PHASE_MESSAGE="installing crucial OS packages"
if [ "$opsystem_here" == "debianesque" ]; then
- PAX=(bind9-dnsutils gparted openssh-server )
+ PAX=(bind9-dnsutils git gitk gparted openssh-server )
elif [ "$opsystem_here" == "redhatty" ]; then
- PAX=(bind9-dnsutils gparted openssh-server )
+ PAX=(bind9-dnsutils git gitk gparted openssh-server )
#untested: bind9-dnsutils
elif [ "$opsystem_here" == "macos" ]; then
- PAX=(bind9-dnsutils openssh-server )
+ PAX=(bind9-dnsutils git gitk openssh-server )
#untested: bind9-dnsutils
elif [ "$opsystem_here" == "windoze" ]; then
- PAX=(bind9-dnsutils gparted openssh-server )
+ PAX=(bind9-dnsutils git gitk gparted openssh-server )
#untested: bind9-dnsutils
fi
if [ -z "$new_version" ]; then
echo "\
-$scriptname: this script requires a version name to use for the new branch
-name. this version name will become the new tag on the repository.
+$scriptname: this script requires a version number to use for the new branch.
+the version number will have 'release-' prepended to it to make the new
+version name. for example, if '2.140.3000' is passed on the command line,
+it would yield a release name of 'release-2.140.3000' in the git repository.
"
return 1
fi