From 39e1b942910758aceb83c966ff1bba976261ba0e Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 9 Mar 2022 18:20:01 +0000 Subject: added new repos --- src/bootstrap.sh | 4 ++-- 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 } 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 -- cgit v1.2.1