Rename config script

This commit is contained in:
Manuel Thalmann 2024-11-01 00:38:33 +01:00
commit 1ba4113e56
12 changed files with 13 additions and 13 deletions
scripts/Arch/Config/SecureBoot

View file

@ -8,7 +8,7 @@ begin
end
function configureSW -V dir
source "$dir/../../../Common/Scripts/config.fish"
source "$dir/../../../Common/Scripts/settings.fish"
set -l label (getOSConfig boot.label)
set -l efiDir (getOSConfig boot.efiMountPoint)
set -l bootNums (efibootmgr | sed "/$label/{ s/^.*Boot\([[:digit:]]\+\)\*.*\$/\1/; p; }; d")