arkdep/arkdep-build.d/test-arkanelinux-pantheon/update.sh

6 lines
243 B
Bash
Raw Permalink Normal View History

2024-09-03 17:21:45 +02:00
# Arkdep is pre EFI var drop version
if [[ -f $arkdep_boot/loader/entries/${data[0]}.conf ]]; then
mv $arkdep_boot/loader/entries/${data[0]}.conf $arkdep_boot/loader/entries/$(date +%Y%m%d-%H%M%S)-${data[0]}+3.conf
bootctl set-default ''
fi