Skip to content

Commit

Permalink
Skip Optimize-VHD
Browse files Browse the repository at this point in the history
Now we won't modify the vhdx image anymore
  • Loading branch information
Howard20181 committed Feb 8, 2024
1 parent 061a0c5 commit a85996a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions installer/Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ Function Test-CommandExist {
} #end function Test-CommandExist

Function Finish {
Clear-Host
If (Test-CommandExist Optimize-VHD) {
Write-Output "Optimizing VHDX size...."
Optimize-VHD ".\*.vhdx" -Mode Full
}
Clear-Host
Start-Process "wsa://com.topjohnwu.magisk"
Start-Process "wsa://com.android.vending"
Expand Down

0 comments on commit a85996a

Please sign in to comment.