Renamed project
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# Runs INSIDE arch-chroot. Locale, time, hostname, user, network.
|
||||
set -euo pipefail
|
||||
source /root/arch-system-th/system.conf
|
||||
source /root/arch-system-hyprland/system.conf
|
||||
|
||||
# time + locale
|
||||
ln -sf "/usr/share/zoneinfo/$TIMEZONE" /etc/localtime
|
||||
@@ -23,8 +23,8 @@ passwd root
|
||||
passwd "$USERNAME"
|
||||
|
||||
# move the repo into the user's home so provisioning runs as them after reboot
|
||||
cp -a /root/arch-system-th "/home/$USERNAME/arch-system-th"
|
||||
chown -R "$USERNAME:$USERNAME" "/home/$USERNAME/arch-system-th"
|
||||
cp -a /root/arch-system-hyprland "/home/$USERNAME/arch-system-hyprland"
|
||||
chown -R "$USERNAME:$USERNAME" "/home/$USERNAME/arch-system-hyprland"
|
||||
|
||||
# network up on first boot
|
||||
systemctl enable NetworkManager.service
|
||||
|
||||
Reference in New Issue
Block a user