Skip to content

Commit

Permalink
enigma2.sh: Add offline update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Looijmans committed Jan 2, 2011
1 parent 88e310c commit 1dba203
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/enigma2.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ case $ret in
/sbin/modprobe fp
/sbin/reboot
;;
42)
opkg upgrade 2>&1 > /home/root/ipkgupgrade.log
/sbin/reboot
;;
*)
;;
esac

0 comments on commit 1dba203

Please sign in to comment.