mirror of
https://github.com/QSCTech/zjunet.git
synced 2026-01-22 11:44:48 +08:00
13 lines
180 B
Bash
13 lines
180 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
VERSION=0.1.0-7
|
||
|
|
|
||
|
|
cd debian
|
||
|
|
./build.sh $VERSION > /dev/null
|
||
|
|
|
||
|
|
cd ../openwrt
|
||
|
|
./build.sh $VERSION > /dev/null
|
||
|
|
|
||
|
|
cd ..
|
||
|
|
find . -regextype posix-egrep -regex ".*\.(opk|deb)$"
|