summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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