diff options
author | davidovski <david@davidovski.xyz> | 2022-01-02 20:20:55 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-02 20:20:55 +0000 |
commit | 881c8292e2085c270ad2bcff95baecd6d70fb671 (patch) | |
tree | 6de9d2d3890403f51cc02e54a4780d4fc6e3b78d /repo/extra/xipkg.xibuild | |
parent | deb305a0a3ce82f507b01ed1589a003cae60f1e9 (diff) |
added xipkg postinstall
Diffstat (limited to 'repo/extra/xipkg.xibuild')
-rw-r--r-- | repo/extra/xipkg.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/extra/xipkg.xibuild b/repo/extra/xipkg.xibuild index 8f82c07..b8bf2e8 100644 --- a/repo/extra/xipkg.xibuild +++ b/repo/extra/xipkg.xibuild @@ -12,4 +12,5 @@ build () { postinstall () { echo "TESTING POSTINSTALL" + pip3 install requests } |