fix
This commit is contained in:
parent
819fc35dc7
commit
59da872c31
1 changed files with 3 additions and 1 deletions
|
@ -610,8 +610,10 @@ fi
|
||||||
if [ "${version}" == "manjaro" ]; then
|
if [ "${version}" == "manjaro" ]; then
|
||||||
cp /opt/${repo}/update-bootloader /usr/bin/update-bootloader
|
cp /opt/${repo}/update-bootloader /usr/bin/update-bootloader
|
||||||
chmod +x /usr/bin/update-bootloader
|
chmod +x /usr/bin/update-bootloader
|
||||||
|
if ! grep '/usr/bin/update-bootloader' $RCLOCALSHUTDOWN; then
|
||||||
echo "/usr/bin/update-bootloader" >> /etc/rc.local.shutdown
|
echo "/usr/bin/update-bootloader" >> /etc/rc.local.shutdown
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$version" != "lite" ]; then
|
if [ "$version" != "lite" ]; then
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue