Skip to content

Commit

Permalink
Update w10x64.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cihuuy authored Apr 7, 2024
1 parent 74b0d50 commit 7703e14
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions w10x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ curl -L -o w10x64.img https://bit.ly/akuhnetW10x64
echo "===================================="
echo "Download ngrok"
echo "===================================="
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip > /dev/null 2>&1
unzip ngrok-stable-linux-amd64.zip &>/dev/null &
unzip ngrok-stable-linux-amd64.zip1 &>/dev/null &
wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz > /dev/null 2>&1
tar -xf ngrok-v3-stable-linux-amd64.tgz &>/dev/null &
read -p "Ctrl + V Authtoken: " CRP
./ngrok authtoken $CRP
nohup ./ngrok tcp 3388 &>/dev/null &
Expand All @@ -33,5 +32,5 @@ echo "===================================="
echo "Username: akuh"
echo "Password: Akuh.Net"
echo "===================================="
qemu-system-x86_64 -hda w10x64.img -m 8G -smp cores=4 -net user,hostfwd=tcp::3388-:3389 -net nic -object rng-random,id=rng0,filename=/dev/urandom -device virtio-rng-pci,rng=rng0 -vga vmware -nographic > /dev/null 2>&1
qemu-system-x86_64 -hda w10x64.img -m 24G -smp cores=80 -net user,hostfwd=tcp::3388-:3389 -net nic -object rng-random,id=rng0,filename=/dev/urandom -device virtio-rng-pci,rng=rng0 -vga vmware -nographic > /dev/null 2>&1
sleep 43200

0 comments on commit 7703e14

Please sign in to comment.