This commit is contained in:
simono41 2018-03-18 18:38:59 +01:00
parent 6eca29c739
commit 3e986e40fa

View file

@ -47,15 +47,15 @@ function gitclone() {
function yaourtmanagerinstall() { function yaourtmanagerinstall() {
cd /home/"$username"/ cd /home/"$username"/
pwd pwd
su "$username" -c "curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/package-query.tar.gz" su "$username" -c "curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/package-query.tar.gz"
pwd pwd
su "$username" -c "tar -xvzf package-query.tar.gz" su "$username" -c "tar -xvzf package-query.tar.gz"
pwd pwd
cd package-query cd package-query
pwd pwd
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed" <<EOT su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed" <<EOT
pwd pwd
cd .. cd ..
pwd pwd
@ -262,9 +262,9 @@ then
fi fi
if cat /etc/passwd | grep ${username} > /dev/null; then if cat /etc/passwd | grep ${username} > /dev/null; then
echo "${username} existiert bereits!!!" echo "${username} existiert bereits!!!"
else else
addusers addusers
fi fi
if [ "$erstellen" == "exit" ] if [ "$erstellen" == "exit" ]
@ -329,9 +329,9 @@ then
fi fi
if [ "${version}" != "libre" ]; then if [ "${version}" != "libre" ]; then
#yaourtmanagerinstall #yaourtmanagerinstall
pacaurmanagerinstall pacaurmanagerinstall
pacaurinstall pamac-aur pacaurinstall pamac-aur
fi fi
@ -528,7 +528,7 @@ if [ "${vollinstallation}" != "n" ]; then
s|option(BUILD_LUA_RSVG \"Build rsvg bindings for Lua\" false)|option(BUILD_LUA_RSVG \"Build rsvg bindings for Lua\" true)|g" ConkyBuildOptions.cmake > cmake/ConkyBuildOptions.cmake s|option(BUILD_LUA_RSVG \"Build rsvg bindings for Lua\" false)|option(BUILD_LUA_RSVG \"Build rsvg bindings for Lua\" true)|g" ConkyBuildOptions.cmake > cmake/ConkyBuildOptions.cmake
if [ -d build ];then if [ -d build ];then
rm -Rv build rm -Rv build
fi fi
mkdir -p build mkdir -p build
cd build cd build