mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Rename install.sh to root_install.sh
This commit is contained in:
parent
6ec7231174
commit
03b4e74694
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
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
|
if [ "$UID" != 0 ]; then
|
||||||
echo >&2 "The script must be ran as root (after arch installation)!"
|
echo >&2 "The script must be ran as root (after arch installation)!"
|
Loading…
Reference in a new issue