mirror of
https://github.com/tiyn/larbs.git
synced 2025-04-03 15:57:46 +02:00
Update larbs.sh
This commit is contained in:
parent
7270453f7c
commit
54a5340191
4
larbs.sh
4
larbs.sh
@ -200,8 +200,8 @@ manualinstall $aurhelper || error "Failed to install AUR helper."
|
|||||||
installationloop
|
installationloop
|
||||||
|
|
||||||
# install dotfiles as bare repo to easily update
|
# install dotfiles as bare repo to easily update
|
||||||
git clone --bare $dotfilesrepo /home/$USER/.dotfiles
|
runuser -l $USER -c 'git clone --bare $dotfilesrepo /home/$USER/.dotfiles'
|
||||||
git --git-dir=/home/$USER/.dotfiles/ --work-tree=/home/$USER checkout -f
|
runuser -l $USER -c 'git --git-dir=/home/$USER/.dotfiles/ --work-tree=/home/$USER checkout -f'
|
||||||
|
|
||||||
# Pulseaudio, if/when initially installed, often needs a restart to work immediately.
|
# Pulseaudio, if/when initially installed, often needs a restart to work immediately.
|
||||||
[ -f /usr/bin/pulseaudio ] && resetpulse
|
[ -f /usr/bin/pulseaudio ] && resetpulse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user