fix arch-graphical script

This commit is contained in:
Simon Rieger 2023-06-29 00:44:39 +02:00
parent 031aec6b55
commit 312e8dc9d1

View file

@ -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