|
|
@@ -201,7 +201,7 @@ if [ ! -f "/etc/systemd/system/transmission.service.d/local.conf" ]; then
|
|
|
su $username -c 'cd && tmp=$(mktemp) && jq ".[\"download-dir\"] = \"${HOME}/transmission/done\"" $HOME/.config/transmission-daemon/settings.json | jq ".[\"incomplete-dir\"] = \"${HOME}/transmission/incomplete\"" | jq ".[\"watch-dir\"] = \"$(xdg-user-dir DOWNLOAD)\"" > $tmp && mv $tmp $HOME/.config/transmission-daemon/settings.json'
|
|
|
fi
|
|
|
|
|
|
-su -u $username -c "mkdir -p ~/code/aur.archlinux.org"
|
|
|
+su $username -c "mkdir -p ~/code/aur.archlinux.org"
|
|
|
export user_home="$(getent passwd $username | cut -d: -f6)/"
|
|
|
|
|
|
# install qview
|