# first, make sure the OS itself is prepared for us.
+#hmmm: ha, a better representation with less glop would be associative arrays for each chunk of stuff to do.
+# + have one overall array of items which are the names of other arrays to pull in.
+# + then each assoc array gets filled in by our various sections below using simple array syntax.
+# + would be something like:
+# crucial_os_packages["debianesque"]="bind9-dnsutils git gitk gparted mariadb-client openssh-server"
+# + tasty!
+
PHASE_MESSAGE="installing crucial OS packages"
if [ "$opsystem_here" == "debianesque" ]; then
- PAX=(bind9-dnsutils git gitk gparted mariadb-client openssh-server )
+ PAX=(apt-file bind9-dnsutils git gitk gparted mariadb-client openssh-server )
elif [ "$opsystem_here" == "redhatty" ]; then
PAX=(bind9-dnsutils git gitk gparted mariadb-client openssh-server )
#untested: bind9-dnsutils mariadb-client
PAX=(bind9-dnsutils git gitk mariadb-client openssh-server )
#untested: bind9-dnsutils mariadb-client
elif [ "$opsystem_here" == "windoze" ]; then
- PAX=(bind9-dnsutils git gitk gparted mariadb-client openssh-server )
-#untested: bind9-dnsutils mariadb-client
+ PAX=(apt-file bind9-dnsutils git gitk gparted mariadb-client openssh-server )
+#untested: apt-file bind9-dnsutils mariadb-client
fi
install_system_package "${PAX[@]}"
--- /dev/null
+
+
+useful commands we have done...
+
+puff out gruntose archives...
+$ puffer_gruntose
+
+find syncthing conflicts...
+$ host_strider $FEISTY_MEOW_SCRIPTS/customize/fred/scripts/automation/locate_syncthing_conflicts.sh $GRUNTOSE_DOMAIN $GRUNTOSE_HOSTLIST &> ~/syncthing_conflict_output_$(date_stringer).log
+
+==> add that one from obsidian with the funky df. need to check in the file too.