fix rights on aurinstaller

This commit is contained in:
user1 2023-05-26 13:37:46 +02:00
parent 3d6113d421
commit 044a3d64b7

View file

@ -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}