From c3a2fb9ab98c8e81f4c4e226fdc4bb4798fa214c Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 1 May 2024 22:26:39 -0400 Subject: [PATCH] test --- 019-Installing_Homebrew => 018-Installing_Homebrew | 0 030-Package_Manager_Upgrade.sh | 9 +++++++++ ...ng_and_Installing_Dependencies_via_Package_Manager.sh | 0 ...041-Checking_and_Installing_Dependencies_via_Homebrew | 0 ...x => 042-Checking_and_Installing_Dependencies_via_Nix | 0 ...us.sh => 060-Checking_Topgrade_Installation_Status.sh | 0 ...ash_Aliases.sh => 070-Checking_Custom_Bash_Aliases.sh | 0 ...Journalling.sh => 080-Tweaking_Systemd_Journalling.sh | 0 ...pdating_Custom_MOTD.sh => 090-Updating_Custom_MOTD.sh | 0 035-Running_Topgrade.sh => 100-Running_Topgrade.sh | 0 080-Deploy_Netdata.sh => 180-Deploy_Netdata.sh | 0 ...in_Status.sh => 190-Checking_IPA_Realm_Join_Status.sh | 0 095-FreeIPA_CA.sh => 195-FreeIPA_CA.sh | 0 ..._Package_Manager.sh => 210-Cleanup_Package_Manager.sh | 0 111-Cleanup_Old_Snaps.sh => 211-Cleanup_Old_Snaps.sh | 0 112-Cleanup_Old_Dockers.sh => 212-Cleanup_Old_Dockers.sh | 0 ...ournalling.sh => 213-Vaccuming_Systemd_Journalling.sh | 0 17 files changed, 9 insertions(+) rename 019-Installing_Homebrew => 018-Installing_Homebrew (100%) create mode 100644 030-Package_Manager_Upgrade.sh rename 024-Checking_and_Installing_Dependencies_via_Package_Manager.sh => 040-Checking_and_Installing_Dependencies_via_Package_Manager.sh (100%) rename 025-Checking_and_Installing_Dependencies_via_Homebrew => 041-Checking_and_Installing_Dependencies_via_Homebrew (100%) rename 025-Checking_and_Installing_Dependencies_via_Nix => 042-Checking_and_Installing_Dependencies_via_Nix (100%) rename 030-Checking_Topgrade_Installation_Status.sh => 060-Checking_Topgrade_Installation_Status.sh (100%) rename 040-Checking_Custom_Bash_Aliases.sh => 070-Checking_Custom_Bash_Aliases.sh (100%) rename 050-Tweaking_Systemd_Journalling.sh => 080-Tweaking_Systemd_Journalling.sh (100%) rename 060-Updating_Custom_MOTD.sh => 090-Updating_Custom_MOTD.sh (100%) rename 035-Running_Topgrade.sh => 100-Running_Topgrade.sh (100%) rename 080-Deploy_Netdata.sh => 180-Deploy_Netdata.sh (100%) rename 090-Checking_IPA_Realm_Join_Status.sh => 190-Checking_IPA_Realm_Join_Status.sh (100%) rename 095-FreeIPA_CA.sh => 195-FreeIPA_CA.sh (100%) rename 110-Cleanup_Package_Manager.sh => 210-Cleanup_Package_Manager.sh (100%) rename 111-Cleanup_Old_Snaps.sh => 211-Cleanup_Old_Snaps.sh (100%) rename 112-Cleanup_Old_Dockers.sh => 212-Cleanup_Old_Dockers.sh (100%) rename 055-Vaccuming_Systemd_Journalling.sh => 213-Vaccuming_Systemd_Journalling.sh (100%) 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