diff --git a/tabs/system-setup/1-compile-setup.sh b/tabs/system-setup/compile-setup.sh similarity index 100% rename from tabs/system-setup/1-compile-setup.sh rename to tabs/system-setup/compile-setup.sh diff --git a/tabs/system-setup/2-gaming-setup.sh b/tabs/system-setup/gaming-setup.sh similarity index 100% rename from tabs/system-setup/2-gaming-setup.sh rename to tabs/system-setup/gaming-setup.sh diff --git a/tabs/system-setup/3-global-theme.sh b/tabs/system-setup/global-theme.sh similarity index 100% rename from tabs/system-setup/3-global-theme.sh rename to tabs/system-setup/global-theme.sh diff --git a/tabs/system-setup/4-remove-snaps.sh b/tabs/system-setup/remove-snaps.sh similarity index 100% rename from tabs/system-setup/4-remove-snaps.sh rename to tabs/system-setup/remove-snaps.sh diff --git a/tabs/system-setup/tab_data.toml b/tabs/system-setup/tab_data.toml index 6743da3c7..8ce6a41f7 100644 --- a/tabs/system-setup/tab_data.toml +++ b/tabs/system-setup/tab_data.toml @@ -38,16 +38,16 @@ script = "system-update.sh" [[data]] name = "Build Prerequisites" -script = "1-compile-setup.sh" +script = "compile-setup.sh" [[data]] name = "Gaming Dependencies" -script = "2-gaming-setup.sh" +script = "gaming-setup.sh" [[data]] name = "Global Theme" -script = "3-global-theme.sh" +script = "global-theme.sh" [[data]] name = "Remove Snaps" -script = "4-remove-snaps.sh" +script = "remove-snaps.sh"