Fixed bashrc

main
Matt Compton 3 years ago
parent 244118ca81
commit 3ebb3505b7

@ -16,3 +16,13 @@ chmod +x /usr/bin/mirrorsetup
/usr/bin/usermod -p $(echo "pear" | openssl passwd -6 -stdin) root
/usr/bin/chmod +x /home/carly/.xinitrc
echo "Configured the 'carly' user. Exiting chroot."
cat >> .bashrc << EOF
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
startx
fi
if [[ ! -f /etc/pacman.d/mirrorlist ]]; then
sudo reflector --verbose --latest 5 --sort rate --save /etc/pacman.d/mirrorlist
fi
EOF

@ -1 +1 @@
Built on 04/18/21 @ 01:55:28 EST
Built on 04/18/21 @ 14:48:16 EST

@ -39,12 +39,6 @@ dolphin
tk
tree
pear-resources
pear-skel
pear-misc
palamares
pear-qtmares
base
cloud-init
linux
@ -52,3 +46,8 @@ mkinitcpio
mkinitcpio-archiso
openssh
syslinux
qtmares
kde-skel
kde-theme
crystal-misc

@ -75,8 +75,8 @@ RemoteFileSigLevel = Never
#[testing]
#Include = /etc/pacman.d/mirrorlist
[pear]
Server = https://repo.xhec.us/pear
[crystal]
Server = https://repo.xhec.us/crystal
SigLevel = Never
[core]

Loading…
Cancel
Save