Browse Source

Update larbs.sh

master
Marten Kante 8 months ago
committed by GitHub
parent
commit
543aa47a65
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      larbs.sh

+ 2
- 3
larbs.sh

@ -203,11 +203,10 @@ installationloop
[ -f /usr/bin/pulseaudio ] && resetpulse [ -f /usr/bin/pulseaudio ] && resetpulse
# Enable services here. # Enable services here.
#old: serviceinit NetworkManager cronie
systemctl enable NetworkManager cronie
systemctl enable NetworkManager
#changing default shell #changing default shell
chsh --shell /bin/zsh $USER
chsh -s /bin/zsh $USER
#updating pkgfile packagerepos #updating pkgfile packagerepos
sudo pkgfile -u sudo pkgfile -u

Loading…
Cancel
Save