1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-03 15:57:01 +00:00

webOS: Added VM reinstall script

This commit is contained in:
Michael Hollister 2025-07-08 10:51:51 -05:00
parent 4c1cb6cf8e
commit 0da73f1f5b

View file

@ -0,0 +1,8 @@
#!/bin/bash
version=$1
~/webOS_SDK/TV/Emulator/${version}/vm_remove.sh
rm -rf ~/webOS_SDK/TV/Emulator/${version}
unzip ~/webOS_SDK/TV/Emulator_tv_linux_${version}.zip -d ~/webOS_SDK/TV/
chmod 755 ~/webOS_SDK/TV/Emulator/${version}/*
~/webOS_SDK/TV/Emulator/${version}/vm_register.sh