Restructure the script directory
This commit is contained in:
parent
772b7adc0b
commit
c4250cd27d
150 changed files with 248 additions and 248 deletions
scripts/Arch/Config/SecureBoot
|
@ -1,14 +1,14 @@
|
|||
#!/bin/env fish
|
||||
begin
|
||||
set -l dir (status dirname)
|
||||
source "$dir/../../Scripts/software.fish"
|
||||
source "$dir/../../lib/software.fish"
|
||||
|
||||
function installSW -V dir
|
||||
yayinst secureboot-grub
|
||||
end
|
||||
|
||||
function configureSW -V dir
|
||||
source "$dir/../../../Common/Scripts/settings.fish"
|
||||
source "$dir/../../../lib/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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue