diff options
Diffstat (limited to 'gohan.sh')
| -rwxr-xr-x | gohan.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -127,6 +127,7 @@ install_dotfiles() { install_from_repo "https://git.davidtsadler.com/dotfiles/" "custom dotfiles" "$srcdir" [ -d "$srcdir/dotfiles" ] && ( + chown -R "$name":"$name" "$srcdir" cd "$srcdir/dotfiles" sudo -u "$name" make clean install >/dev/null 2>&1 ) |
