run get-dotfiles.sh with full path
This commit is contained in:
parent
c5f32b134c
commit
cd136e16e1
@ -39,7 +39,7 @@ git --git-dir="${HOME}/.dotfiles" --work-tree="${HOME}" checkout -f
|
||||
rm -rf "${HOME}/.config/nvim"
|
||||
EOF
|
||||
chmod +x get-dotfiles.sh
|
||||
sudo -i -u "${USER_NAME}" bash get-dotfiles.sh
|
||||
sudo -i -u "${USER_NAME}" bash "$PWD/get-dotfiles.sh"
|
||||
rm -vf get-dotfiles.sh
|
||||
|
||||
# Lock the root account
|
||||
|
Loading…
Reference in New Issue
Block a user