You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I doubt I could fix this, but a friend showed me a issue that they had while attempting to run the script.
After reaching the Installing deps section of the installer the screen becomes distorted and glitchy, similar to removing memory out of a running computer.
In this section, the package virtualbox-host-dkms is installed, which is most likely the issue. If you encounter this issue, simply comment out the lines that mention the above package.
From:
paru -S virtualbox-host-dkms --noconfirm
To:
# paru -S virtualbox-host-dkms --noconfirm
In the future, I'll make it a option in the script to skip Virtualbox installation.
The text was updated successfully, but these errors were encountered:
I doubt I could fix this, but a friend showed me a issue that they had while attempting to run the script.
After reaching the
Installing deps
section of the installer the screen becomes distorted and glitchy, similar to removing memory out of a running computer.In this section, the package
virtualbox-host-dkms
is installed, which is most likely the issue. If you encounter this issue, simply comment out the lines that mention the above package.From:
To:
# paru -S virtualbox-host-dkms --noconfirm
In the future, I'll make it a option in the script to skip Virtualbox installation.
The text was updated successfully, but these errors were encountered: