This commit is contained in:
simono41 2018-09-03 02:38:12 +02:00
parent 2b078fc776
commit fab197aa7b

View file

@ -772,6 +772,7 @@ if ! grep 'setcap cap_net_raw+ep /bin/ping' $RCLOCAL; then
echo "setcap cap_net_raw+ep /bin/ping" >> $RCLOCAL
fi
if ! [ "${version}" == "libre-xfce4-openrc" ]; then
# Install rc.shutdown
@ -796,10 +797,7 @@ systemctl enable rc-local-shutdown.service
if ! grep '#!' $RCLOCALSHUTDOWN; then
echo "#!/bin/bash" > $RCLOCALSHUTDOWN
fi
if [ "${version%-*-*}" != "lite" ] && [ "$skip" != "skip" ]; then
fi
### custom-installer
@ -887,6 +885,10 @@ if [ "${version%-*-*}" != "lite" ] && [ "$skip" != "skip" ]; then
cd /
if [ "${version%-*-*}" != "lite" ] && [ "$skip" != "skip" ]; then
if [ "${version%-*-*}" != "pi" ] && [ "$packageupdate" != "skip" ]; then
# zusatzsoftware
su "$username" -c "aurinstaller "https://aur.archlinux.org/google-chrome.git""