From 5ad2e44942929f7439f60733250e6464d8be7baf Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 2 Mar 2023 17:12:10 -0500 Subject: [PATCH] Add order numbers to scripts --- scripts/{archinstaller.sh => 1-archinstaller.sh} | 0 scripts/{chrooted.sh => 2-chrooted.sh} | 0 scripts/{postinstall.sh => 3-postinstall.sh} | 0 matt.sh => scripts/4-matt.sh | 0 scripts/{postDE.sh => 5-postDE.sh} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename scripts/{archinstaller.sh => 1-archinstaller.sh} (100%) rename scripts/{chrooted.sh => 2-chrooted.sh} (100%) mode change 100644 => 100755 rename scripts/{postinstall.sh => 3-postinstall.sh} (100%) mode change 100644 => 100755 rename matt.sh => scripts/4-matt.sh (100%) mode change 100644 => 100755 rename scripts/{postDE.sh => 5-postDE.sh} (100%) mode change 100644 => 100755 diff --git a/scripts/archinstaller.sh b/scripts/1-archinstaller.sh similarity index 100% rename from scripts/archinstaller.sh rename to scripts/1-archinstaller.sh diff --git a/scripts/chrooted.sh b/scripts/2-chrooted.sh old mode 100644 new mode 100755 similarity index 100% rename from scripts/chrooted.sh rename to scripts/2-chrooted.sh diff --git a/scripts/postinstall.sh b/scripts/3-postinstall.sh old mode 100644 new mode 100755 similarity index 100% rename from scripts/postinstall.sh rename to scripts/3-postinstall.sh diff --git a/matt.sh b/scripts/4-matt.sh old mode 100644 new mode 100755 similarity index 100% rename from matt.sh rename to scripts/4-matt.sh diff --git a/scripts/postDE.sh b/scripts/5-postDE.sh old mode 100644 new mode 100755 similarity index 100% rename from scripts/postDE.sh rename to scripts/5-postDE.sh