Rename install.sh to root_install.sh

This commit is contained in:
ItsDrike 2023-07-31 22:04:24 +02:00
parent 6ec7231174
commit 03b4e74694

View file

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