mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Added release script to switch between using kvm, snapcraft.io/multipass, waydroid and virtualbox.
Thanks to xet7 !
This commit is contained in:
parent
0a52f470b7
commit
dfc658b910
1 changed files with 12 additions and 0 deletions
12
releases/switch-kvm-snapcraft-waydroid-virtualbox.sh
Executable file
12
releases/switch-kvm-snapcraft-waydroid-virtualbox.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "At newest Ubuntu for x86_64, blacklist kvm (intel, amd etc) to get VirtualBox working."
|
||||
echo "Do not blacklist kvm to get working kvm, snapcraft.io/multipass and waydroid."
|
||||
echo "Example:"
|
||||
echo " sudo nano /etc/modprobe.d/blacklist.conf"
|
||||
echo " blacklist kvm_intel"
|
||||
echo " blacklist kvm"
|
||||
|
||||
read -p "Press enter to edit /etc/modprobe.d/blacklist.conf with nano"
|
||||
|
||||
sudo nano /etc/modprobe.d/blacklist.conf
|
||||
Loading…
Add table
Add a link
Reference in a new issue