fix rights on aurinstaller
This commit is contained in:
parent
3d6113d421
commit
044a3d64b7
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ function download_repo() {
|
|||
git clone "https://aur.archlinux.org/${url}.git"
|
||||
fi
|
||||
echo "Erstelle Dateirechte"
|
||||
chmod 777 -R ${packagename}
|
||||
chown -cR "$user":"$user" ${packagename}
|
||||
#chmod 777 -R ${packagename}
|
||||
cd ${packagename}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue