pkg changes
This commit is contained in:
parent
bcc2f1fdf5
commit
3254672dc9
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -23,7 +23,7 @@ deps_rpm() {
|
||||||
|
|
||||||
deps_pkg() {
|
deps_pkg() {
|
||||||
echo "deps_pkg: begin."
|
echo "deps_pkg: begin."
|
||||||
deps="wget gsed"
|
deps="wget gsed gmake python3 py37-sqlite3"
|
||||||
pkg install $deps
|
pkg install $deps
|
||||||
echo "deps_pkg: done."
|
echo "deps_pkg: done."
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue