Skip to content

Commit 96ace7a

Browse files
author
Quinten Van Damme
authored
update to fimage-220108
1 parent a9cca95 commit 96ace7a

File tree

1 file changed

+4
-4
lines changed
  • markdown/static/scripts/fimage/windows/wsl2

1 file changed

+4
-4
lines changed

markdown/static/scripts/fimage/windows/wsl2/launch.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)