diff --git a/base.sh b/base.sh index eab0818..e8e9083 100755 --- a/base.sh +++ b/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 diff --git a/dotfiles.sh b/dotfiles.sh index 1a39695..e978770 100755 --- a/dotfiles.sh +++ b/dotfiles.sh @@ -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