From 2de624da104343d51fa7d7fcc7219ba368dac637 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Mon, 7 Feb 2022 08:19:27 -0500 Subject: [PATCH] Delete windows-install.sh --- windows-install.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 windows-install.sh diff --git a/windows-install.sh b/windows-install.sh deleted file mode 100755 index c8f1ef8..0000000 --- a/windows-install.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -sudo apt update && sudo apt -y upgrade -sudo apt -y install build-essential libncurses-dev bison flex libssl-dev libelf-dev cpu-checker qemu-kvm aria2 -sudo apt-get install qemu-system qemu-utils python3 python3-pip -y -cd ~ -aria2c -x 10 https://github.com/microsoft/WSL2-Linux-Kernel/archive/4.19.104-microsoft-standard.tar.gz -tar -xf WSL2-Linux-Kernel-4.19.104-microsoft-standard.tar.gz -cd WSL2-Linux-Kernel-4.19.104-microsoft-standard/ -cp Microsoft/config-wsl .config -make menuconfig -cd ~ -nano .bashrc