diff options
| -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 | 
