Reinstall grub config at first
This commit is contained in:
parent
9b4715c0ce
commit
1bc3752c52
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
|
|
||||||
|
. "../../../scripts/Common/Config/GRUB/install.sh";
|
||||||
. "../../../scripts/Arch/Config/SecureBoot/install.sh";
|
. "../../../scripts/Arch/Config/SecureBoot/install.sh";
|
||||||
. "../../../scripts/Arch/Software/nvidia-dkms/install.sh";
|
. "../../../scripts/Arch/Software/nvidia-dkms/install.sh";
|
||||||
. "../../../scripts/Arch/Software/xow/install.sh";
|
. "../../../scripts/Arch/Software/xow/install.sh";
|
||||||
|
|
Loading…
Reference in a new issue