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 86ba9538de
commit 7e48c8f75a
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
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