diff --git a/019-Installing_Homebrew b/018-Installing_Homebrew similarity index 100% rename from 019-Installing_Homebrew rename to 018-Installing_Homebrew diff --git a/030-Package_Manager_Upgrade.sh b/030-Package_Manager_Upgrade.sh new file mode 100644 index 0000000..c0b1d43 --- /dev/null +++ b/030-Package_Manager_Upgrade.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +## Script Location +SCRIPTDIR=$(dirname $0) +source "$SCRIPTDIR/common/colors.sh" +source "$SCRIPTDIR/common/functions.sh" +source "$SCRIPTDIR/common/load-defaults.sh" + +pkgmgr_update diff --git a/024-Checking_and_Installing_Dependencies_via_Package_Manager.sh b/040-Checking_and_Installing_Dependencies_via_Package_Manager.sh similarity index 100% rename from 024-Checking_and_Installing_Dependencies_via_Package_Manager.sh rename to 040-Checking_and_Installing_Dependencies_via_Package_Manager.sh diff --git a/025-Checking_and_Installing_Dependencies_via_Homebrew b/041-Checking_and_Installing_Dependencies_via_Homebrew similarity index 100% rename from 025-Checking_and_Installing_Dependencies_via_Homebrew rename to 041-Checking_and_Installing_Dependencies_via_Homebrew diff --git a/025-Checking_and_Installing_Dependencies_via_Nix b/042-Checking_and_Installing_Dependencies_via_Nix similarity index 100% rename from 025-Checking_and_Installing_Dependencies_via_Nix rename to 042-Checking_and_Installing_Dependencies_via_Nix diff --git a/030-Checking_Topgrade_Installation_Status.sh b/060-Checking_Topgrade_Installation_Status.sh similarity index 100% rename from 030-Checking_Topgrade_Installation_Status.sh rename to 060-Checking_Topgrade_Installation_Status.sh diff --git a/040-Checking_Custom_Bash_Aliases.sh b/070-Checking_Custom_Bash_Aliases.sh similarity index 100% rename from 040-Checking_Custom_Bash_Aliases.sh rename to 070-Checking_Custom_Bash_Aliases.sh diff --git a/050-Tweaking_Systemd_Journalling.sh b/080-Tweaking_Systemd_Journalling.sh similarity index 100% rename from 050-Tweaking_Systemd_Journalling.sh rename to 080-Tweaking_Systemd_Journalling.sh diff --git a/060-Updating_Custom_MOTD.sh b/090-Updating_Custom_MOTD.sh similarity index 100% rename from 060-Updating_Custom_MOTD.sh rename to 090-Updating_Custom_MOTD.sh diff --git a/035-Running_Topgrade.sh b/100-Running_Topgrade.sh similarity index 100% rename from 035-Running_Topgrade.sh rename to 100-Running_Topgrade.sh diff --git a/080-Deploy_Netdata.sh b/180-Deploy_Netdata.sh similarity index 100% rename from 080-Deploy_Netdata.sh rename to 180-Deploy_Netdata.sh diff --git a/090-Checking_IPA_Realm_Join_Status.sh b/190-Checking_IPA_Realm_Join_Status.sh similarity index 100% rename from 090-Checking_IPA_Realm_Join_Status.sh rename to 190-Checking_IPA_Realm_Join_Status.sh diff --git a/095-FreeIPA_CA.sh b/195-FreeIPA_CA.sh similarity index 100% rename from 095-FreeIPA_CA.sh rename to 195-FreeIPA_CA.sh diff --git a/110-Cleanup_Package_Manager.sh b/210-Cleanup_Package_Manager.sh similarity index 100% rename from 110-Cleanup_Package_Manager.sh rename to 210-Cleanup_Package_Manager.sh diff --git a/111-Cleanup_Old_Snaps.sh b/211-Cleanup_Old_Snaps.sh similarity index 100% rename from 111-Cleanup_Old_Snaps.sh rename to 211-Cleanup_Old_Snaps.sh diff --git a/112-Cleanup_Old_Dockers.sh b/212-Cleanup_Old_Dockers.sh similarity index 100% rename from 112-Cleanup_Old_Dockers.sh rename to 212-Cleanup_Old_Dockers.sh diff --git a/055-Vaccuming_Systemd_Journalling.sh b/213-Vaccuming_Systemd_Journalling.sh similarity index 100% rename from 055-Vaccuming_Systemd_Journalling.sh rename to 213-Vaccuming_Systemd_Journalling.sh