Initial upload of HyprArch releng configuration
This commit is contained in:
9
airootfs/root/.zprofile
Normal file
9
airootfs/root/.zprofile
Normal file
@@ -0,0 +1,9 @@
|
||||
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
||||
# 1. Auto-install the package from your local repo
|
||||
# --noconfirm ensures it doesn't wait for you to press 'Y'
|
||||
pacman -Sy
|
||||
pacman -U --noconfirm /root/local_repo/calamares-*.pkg.tar.zst
|
||||
|
||||
# 2. Start the Plasma Wayland session
|
||||
exec dbus-run-session startplasma-wayland
|
||||
fi
|
||||
Reference in New Issue
Block a user