mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-07 09:42:50 +00:00
8 lines
284 B
Bash
Executable file
8 lines
284 B
Bash
Executable file
#!/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
|