dotfiles/scripts/init_script_hyperv.sh
2021-08-06 14:57:00 +09:00

16 lines
408 B
Bash
Executable File

#!/bin/sh
paru -S hyperv --noconfirm
sudo systemctl enable hv_fcopy_daemon.service
sudo systemctl enable hv_kvp_daemon.service
sudo systemctl enable hv_vss_daemon.service
git clone https://github.com/Microsoft/linux-vm-tools
cd linux-vm-tools/arch
./makepkg.sh
sudo ./install-config.sh
echo "type ""Set-VM -VMName Arch-HV -EnhancedSessionTransportType HvSocket"" in powershell"
echo xmonad >> ~/.xinitrc