save point for openwrt support addition

This commit is contained in:
Paul M 2023-10-06 22:21:58 -05:00
parent 13091dd1c2
commit f836a6317e
6 changed files with 60 additions and 1 deletions

14
bootstrap.wrt.ash Executable file
View 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