File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -70,21 +70,17 @@ if($true){
70
70
break
71
71
}
72
72
4 {Write-Host " Archlinux" - ForegroundColor Blue
73
- if ($false ){
74
- git clone https:// github.com / yuk7/ ArchWSL.git
75
-
76
- }else {
77
- Write-Host
78
- Write-Host " Git Install" .ForegroundColor Yellow
79
- winget install -- id= Git.Git - e
73
+ if ($true ){
74
+ Enable-WindowsOptionalFeature - Online - FeatureName Microsoft- Hyper- V - All
75
+ DISM / Online / Enable-Feature / All / FeatureName:Microsoft- Hyper- V
80
76
Clear-Host
81
77
Write-Host
82
- Write-Host " Arch Linux"
78
+ curl - O arch.zip https:// github.com / yuk7/ ArchWSL/ releases/ download/ 22.10 .16.0 / Arch.zip
79
+ .\arch.zip
80
+
81
+ }else {
83
82
84
83
}
85
- Write-Host " Arch linux Installed"
86
- Write-Host
87
- break
88
84
}
89
85
5 {Write-Host " Opensuse"
90
86
wsl -- install - d opensuse- leap- 15.5
You can’t perform that action at this time.
0 commit comments