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)!"