diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 00:12:38 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 00:12:38 +0000 |
commit | 934035dcc8f886f1a89155ffb052e2211c8fe13d (patch) | |
tree | 41a2f4452a1c3f776c84d3d60b0b39766ef04d13 /repo/extra | |
parent | c8bae5aa21c3853db1f655746e2f48905dfe5d8e (diff) |
edited gcc
Diffstat (limited to 'repo/extra')
-rw-r--r-- | repo/extra/xibuild.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/extra/xibuild.xibuild b/repo/extra/xibuild.xibuild index 029efdc..0b001b0 100644 --- a/repo/extra/xibuild.xibuild +++ b/repo/extra/xibuild.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(bash tar) +DEPS=(bash tar git hg curl openssl ) SOURCE=https://git.davidovski.xyz/xilinux/xibuild.git DESC="The build system for xilinux used to build packages and maintain repositories" |