fix
This commit is contained in:
parent
2b078fc776
commit
fab197aa7b
1 changed files with 95 additions and 93 deletions
|
@ -772,6 +772,7 @@ if ! grep 'setcap cap_net_raw+ep /bin/ping' $RCLOCAL; then
|
||||||
echo "setcap cap_net_raw+ep /bin/ping" >> $RCLOCAL
|
echo "setcap cap_net_raw+ep /bin/ping" >> $RCLOCAL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ! [ "${version}" == "libre-xfce4-openrc" ]; then
|
||||||
|
|
||||||
# Install rc.shutdown
|
# Install rc.shutdown
|
||||||
|
|
||||||
|
@ -796,10 +797,7 @@ systemctl enable rc-local-shutdown.service
|
||||||
if ! grep '#!' $RCLOCALSHUTDOWN; then
|
if ! grep '#!' $RCLOCALSHUTDOWN; then
|
||||||
echo "#!/bin/bash" > $RCLOCALSHUTDOWN
|
echo "#!/bin/bash" > $RCLOCALSHUTDOWN
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ "${version%-*-*}" != "lite" ] && [ "$skip" != "skip" ]; then
|
|
||||||
|
|
||||||
### custom-installer
|
### custom-installer
|
||||||
|
|
||||||
|
@ -887,6 +885,10 @@ if [ "${version%-*-*}" != "lite" ] && [ "$skip" != "skip" ]; then
|
||||||
|
|
||||||
cd /
|
cd /
|
||||||
|
|
||||||
|
|
||||||
|
if [ "${version%-*-*}" != "lite" ] && [ "$skip" != "skip" ]; then
|
||||||
|
|
||||||
|
|
||||||
if [ "${version%-*-*}" != "pi" ] && [ "$packageupdate" != "skip" ]; then
|
if [ "${version%-*-*}" != "pi" ] && [ "$packageupdate" != "skip" ]; then
|
||||||
# zusatzsoftware
|
# zusatzsoftware
|
||||||
su "$username" -c "aurinstaller "https://aur.archlinux.org/google-chrome.git""
|
su "$username" -c "aurinstaller "https://aur.archlinux.org/google-chrome.git""
|
||||||
|
|
Loading…
Reference in a new issue