Removed some old/unneeded shell scripts and formatted the rest

This commit is contained in:
Marko Korhonen 2022-09-16 20:08:03 +03:00
parent e45086afae
commit 4d323544d7
15 changed files with 51 additions and 369 deletions

View file

@ -2,12 +2,12 @@
# remove old entries
for bootentry in $(efibootmgr | head -n 3 | tail -n 1 | cut -d' ' -f2- | sed 's/,/\n/g'); do
sudo efibootmgr -qBb $bootentry
sudo efibootmgr -qBb $bootentry
done
# add all entries back
for bootscript in *.efi; do
./$bootscript
./$bootscript
done
# set bootorder