save point for openwrt support addition
This commit is contained in:
parent
13091dd1c2
commit
f836a6317e
6 changed files with 60 additions and 1 deletions
14
bootstrap.wrt.ash
Executable file
14
bootstrap.wrt.ash
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/ash
|
||||
|
||||
if [ -x "$(command -v bash)" ]; then
|
||||
echo "bash is installed, good"
|
||||
else
|
||||
echo "Bash is not here I'll install it"
|
||||
opkg update
|
||||
okpkg install bash
|
||||
fi
|
||||
|
||||
# now run the main restore script
|
||||
|
||||
./restore.bash
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue