fix arch-graphical script
This commit is contained in:
parent
031aec6b55
commit
312e8dc9d1
1 changed files with 0 additions and 1 deletions
|
@ -704,7 +704,6 @@ if [ -d /etc/grub.d ]; then
|
||||||
cp -v /opt/${repo}/configs/grub.d/* /etc/grub.d/
|
cp -v /opt/${repo}/configs/grub.d/* /etc/grub.d/
|
||||||
fi
|
fi
|
||||||
cp /opt/${repo}/scripts/extract-menuentry.py /usr/bin/extract-menuentry.py
|
cp /opt/${repo}/scripts/extract-menuentry.py /usr/bin/extract-menuentry.py
|
||||||
cp /opt/${repo}/scripts/extract-menuentry-snapshots.py /usr/bin/extract-menuentry-snapshots.py
|
|
||||||
|
|
||||||
mkdir -p /boot/grub/
|
mkdir -p /boot/grub/
|
||||||
grub-mkconfig -o /boot/grub/grub.cfg
|
grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
|
|
Loading…
Reference in a new issue