mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-12 19:27:18 +00:00
Add quick run instructions
This commit is contained in:
parent
03b4e74694
commit
22d15d2093
|
@ -2,6 +2,11 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
# Arch installation script to be ran during OS installation, after chroot.
|
# Arch installation script to be ran during OS installation, after chroot.
|
||||||
|
# $ arch-chroot /mnt
|
||||||
|
# $ pacman -S git
|
||||||
|
# $ git clone https://github.com/ItsDrike/dotfiles ~/dots
|
||||||
|
# $ cd ~/dots
|
||||||
|
# $ ./install_root.sh
|
||||||
# -----------------------------------------------------------------------
|
# -----------------------------------------------------------------------
|
||||||
|
|
||||||
if [ "$UID" != 0 ]; then
|
if [ "$UID" != 0 ]; then
|
||||||
|
|
Loading…
Reference in a new issue