Browse Source

Update larbs.sh

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

+ 4
- 0
larbs.sh

@ -199,6 +199,10 @@ manualinstall $aurhelper || error "Failed to install AUR helper."
# and all build dependencies are installed.
installationloop
# install dotfiles as bare repo to easily update
git clone --bare $dotfilesrepo /home/$USER/.dotfiles
git --git-dir=/home/$USER/.dotfiles/ --work-tree=/home/$USER checkout -f
# Pulseaudio, if/when initially installed, often needs a restart to work immediately.
[ -f /usr/bin/pulseaudio ] && resetpulse

Loading…
Cancel
Save