Browse Source

Update pyrenee-conversion-utility.sh

main
Chris Druif 2 years ago
parent
commit
0347fcd9a6
  1. 4
      pyrenee-conversion-utility.sh

4
pyrenee-conversion-utility.sh

@ -52,7 +52,7 @@ dialog $BACK "$TITLE" --insecure --title "Password Provider" --passwordbox "Prov
sed -i 's/http/https/g' /etc/apk/repositories
sed -i 's/\# //g' /etc/apk/repositories
#enable all repositories for Lumina
sed -i 's/\#/h/g' /etc/apk/repositories
sed -i 's/\#h/h/g' /etc/apk/repositories
#backup original useradd config file & switch default shell from ash to bash.
mkdir /etc/default
@ -132,7 +132,7 @@ COMMENT
adduser $USER video
adduser $USER wheel
#add sddm to OpenRC to automatically start it at boot
rc-update add dbus
# rc-update add dbus
rc-update add sddm
#add Flathub to Flatpak and install Flatseal to graphically edit permissions
doas -u $USER flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Loading…
Cancel
Save