pkg changes

This commit is contained in:
Bert van der Weerd 2021-03-23 17:52:28 +01:00
parent bcc2f1fdf5
commit 3254672dc9
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -23,7 +23,7 @@ deps_rpm() {
deps_pkg() {
echo "deps_pkg: begin."
deps="wget gsed"
deps="wget gsed gmake python3 py37-sqlite3"
pkg install $deps
echo "deps_pkg: done."
}