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
|
||||
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""
|
||||
|
|
Loading…
Reference in a new issue