diff options
Diffstat (limited to 'installer')
| -rw-r--r-- | installer/run.sh | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/installer/run.sh b/installer/run.sh index 97601d8..f6c2af6 100644 --- a/installer/run.sh +++ b/installer/run.sh @@ -530,9 +530,9 @@ case $(lspci | grep VGA) in do_chroot pacman -S --needed rocm-opencl-runtime ;; *Intel*) - # OpenCL Drivers + # OpenCL & Vulkan Drivers do_chroot pacman -S --needed \ - intel-compute-runtime intel-media-driver libva-utils vulkan-intel vulkan-mesa + intel-compute-runtime intel-media-driver libva-utils vulkan-intel vulkan-mesa-layers ;; *) echo "No GPU detected" @@ -591,12 +591,21 @@ if [ "$(id -u)" -ne 0 ] ; then exit 1 fi cp /boot/limine.conf /boot/limine.conf.install -snapper -c root create-config / + +# Snapper is automatically setup, it seems, so this can be skipped +# here for now, but if for some reason it isn not now you know what command to +# run +# snapper -c root create-config / + limine-update limine-snapper-sync ' > "${_install_path}"/home/"${_username}"/setup.sh -echo "${_green}Install complete! Rebooting!" -sleep 10 +echo "${_green}Install complete!" +echo "" +echo "${_green}Make sure you run the 'setup.sh' script after first boot." +echo "" +echo "${_green}Rebooting!" +sleep 15 reboot |
