diff options
Diffstat (limited to 'repo/xi/xipkg.xibuild')
-rw-r--r-- | repo/xi/xipkg.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild index c2018b3..b7445c2 100644 --- a/repo/xi/xipkg.xibuild +++ b/repo/xi/xipkg.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(python make zip) -DEPS=(tar python python-requests) +DEPS=(tar python python-requests curl) SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git DESC="The xilinux package manager" |