From 881c8292e2085c270ad2bcff95baecd6d70fb671 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 2 Jan 2022 20:20:55 +0000 Subject: added xipkg postinstall --- repo/extra/xipkg.xibuild | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit v1.2.1