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