summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-09 18:20:01 +0000
committerdavidovski <david@davidovski.xyz>2022-03-09 18:20:01 +0000
commit39e1b942910758aceb83c966ff1bba976261ba0e (patch)
treef0ff272fe618dc433e43a3f48688a9b5fcf21dd9
parent4e244fa843a2cb53a137dede7caa304422e13f5c (diff)
added new reposv1.1.1
-rw-r--r--src/bootstrap.sh4
-rw-r--r--xipkg.conf14
2 files changed, 10 insertions, 8 deletions
diff --git a/src/bootstrap.sh b/src/bootstrap.sh
index 946148b..28d5718 100644
--- a/src/bootstrap.sh
+++ b/src/bootstrap.sh
@@ -51,9 +51,9 @@ bootstrap () {
create_directories
printf "${GREEN}${CHECKMARK}\n"
- sync
+ ${DO_SYNC} && sync
- install $@
+ [ "$#" != "0" ] && install $@
import_keys
}
diff --git a/xipkg.conf b/xipkg.conf
index 8cf9f21..35591df 100644
--- a/xipkg.conf
+++ b/xipkg.conf
@@ -22,15 +22,17 @@ key_authority [
# these repos will be search for packages
# anything in any other repos will not be checked
repos [
- xi
+ apps
+ devel
+ font
+ linux
+ media
+ meta
+ python
system
util
- meta
- linux
- devel
x11
- font
- apps
+ xi
]
# the number of times to ping a server to find out its speed