feat: enable os prober
This commit is contained in:
parent
ee151bfad3
commit
ed3d5de58d
2 changed files with 2 additions and 2 deletions
2
base.sh
2
base.sh
|
|
@ -55,7 +55,7 @@ esac
|
|||
./gpu.sh
|
||||
|
||||
# Bootloader
|
||||
sed -i '/GRUB_DISABLE_OS_PROBER=/s/.*/GRUB_DISABLE_OS_PROBER=true/
|
||||
sed -i '/GRUB_DISABLE_OS_PROBER=/s/.*/GRUB_DISABLE_OS_PROBER=false/
|
||||
/GRUB_ENABLE_CRYPTODISK=/s/.*/GRUB_ENABLE_CRYPTODISK=y/' /etc/default/grub
|
||||
|
||||
if [ -n "$grub_timeout" ]; then
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ fi
|
|||
git clone --bare "$repo" "$HOME/.dotfiles"
|
||||
|
||||
while ! $config checkout; do
|
||||
echo 'Please remove conflicted files and press enter:'
|
||||
echo 'Please the error above and press enter:'
|
||||
read -r
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue