File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
markdown/static/scripts/fimage/windows/wsl2 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ while [[ $# -gt 0 ]]; do
44 PROG_ARGS+=(" ${1} " )
55 case " ${1} " in
66 -gui|--gui)
7- sudo apt update; sudo apt install git unzip dnsmasq -y; wget https://github.com/dahliaOS/fimage/releases/download/fimage-210525 /fimage-210525 .zip; unzip fimage-210525 .zip; cd fimage-210525 ; ./ffx-linux-x64 platform preflight; ./network-config; sudo ./fimage-gui-hostGPU 4096
7+ sudo apt update; sudo apt install git unzip dnsmasq -y; wget https://github.com/dahliaOS/fimage/releases/download/fimage-220108 /fimage-220108 .zip; unzip fimage-220108 .zip; cd fimage-220108 ; ./ffx-linux-x64 platform preflight; ./network-config; sudo ./fimage-gui-hostGPU 4096
88 break
99 ;;
1010 -cli|--cli)
11- sudo apt update; sudo apt install git unzip dnsmasq -y; wget https://github.com/dahliaOS/fimage/releases/download/fimage-210525 /fimage-210525 .zip; unzip fimage-210525 .zip; cd fimage-210525 ; ./ffx-linux-x64 platform preflight; ./network-config; sudo ./fimage-headless 4096
11+ sudo apt update; sudo apt install git unzip dnsmasq -y; wget https://github.com/dahliaOS/fimage/releases/download/fimage-220108 /fimage-220108 .zip; unzip fimage-220108 .zip; cd fimage-220108 ; ./ffx-linux-x64 platform preflight; ./network-config; sudo ./fimage-headless 4096
1212 break
1313 ;;
1414 -reset|--reset)
15- sudo rm -r fimage-210525 /; sudo rm fimage-210525 .zip
15+ sudo rm -r fimage-220108 /; sudo rm fimage-220108 .zip
1616 break
1717 ;;
1818 esac
19- done
19+ done
You can’t perform that action at this time.
0 commit comments