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

View file

@ -18,6 +18,12 @@ if [ -x "$(command -v pacman)" ]; then
osp="Arch"
fi
# check if opkg is installed
if [ -x "$(command -v opkg)" ]; then
osp="Openwrt"
fi
# I know its so high tech and amazing right?