save point for openwrt support addition
This commit is contained in:
parent
13091dd1c2
commit
f836a6317e
6 changed files with 60 additions and 1 deletions
|
@ -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?
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue