mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 05:04:34 +00:00
Rename install.sh to root_install.sh
This commit is contained in:
parent
6ec7231174
commit
03b4e74694
|
@ -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)!"
|
Loading…
Reference in a new issue