Permalink
Cannot retrieve contributors at this time
executable file
10 lines (9 sloc)
348 Bytes
|
#!/system/bin/sh |
|
ls /opt >/dev/null 2>&1 || su -c /data/sdext2/opt/optware-init.sh |
|
# You may want to add /opt/local/bin to PATH below |
|
export PATH=/opt/sbin:/opt/bin:/bin:/system/bin:/opt/local/bin |
|
if busybox test $(busybox id -u) = 0; then HOME=/opt/home/root; else HOME=/opt/home/user; fi |
|
export HOME |
|
export TMPDIR=/tmp |
|
|
|
# flexget |
|
flexget execute |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.