diff options
author | davidovski <david@davidovski.xyz> | 2022-03-09 18:20:01 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-09 18:20:01 +0000 |
commit | 39e1b942910758aceb83c966ff1bba976261ba0e (patch) | |
tree | f0ff272fe618dc433e43a3f48688a9b5fcf21dd9 | |
parent | 4e244fa843a2cb53a137dede7caa304422e13f5c (diff) |
added new reposv1.1.1
-rw-r--r-- | src/bootstrap.sh | 4 | ||||
-rw-r--r-- | xipkg.conf | 14 |
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 } @@ -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 |