From 5ab2640110ebcbaeadc6a75e3cd45fb438013c1b Mon Sep 17 00:00:00 2001 From: futile Date: Sat, 18 Jul 2026 20:47:44 +0100 Subject: [PATCH] move set-up-system.sh --- README.md | 2 +- set-up-system.sh => scripts/system-setup.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename set-up-system.sh => scripts/system-setup.sh (100%) mode change 100755 => 100644 diff --git a/README.md b/README.md index 1d9c789..e455974 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ some kind of hosting setup 3. use the system setup script, and log out - `sudo dnf install git -y` - `git clone https://gitlab.com/futile/thingy` - - `./thingy/set-up-system.sh` + - `./thingy/scripts/system-setup.sh` - `exit` 4. log in again, populate the `.env` and start everything up - `cd thingy` diff --git a/set-up-system.sh b/scripts/system-setup.sh old mode 100755 new mode 100644 similarity index 100% rename from set-up-system.sh rename to scripts/system-setup.sh