From 03b4e74694935816360acd81f369326686793e28 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 31 Jul 2023 22:04:24 +0200 Subject: [PATCH] Rename install.sh to root_install.sh --- install.sh => install_root.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename install.sh => install_root.sh (92%) diff --git a/install.sh b/install_root.sh similarity index 92% rename from install.sh rename to install_root.sh index 27f86aa..fa8e77d 100755 --- a/install.sh +++ b/install_root.sh @@ -1,8 +1,8 @@ #!/bin/bash set -euo pipefail -# Arch installation script to be ran after chroot -# ----------------------------------------------- +# Arch installation script to be ran during OS installation, after chroot. +# ----------------------------------------------------------------------- if [ "$UID" != 0 ]; then echo >&2 "The script must be ran as root (after arch installation)!"