From 0d1cc409caa9f94ebd6334a920a992e8a8ae233e Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 21 Jan 2023 13:48:04 +0000 Subject: Add mirror feature --- src/xi.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/xi.sh') diff --git a/src/xi.sh b/src/xi.sh index adf7c1c..03c049e 100755 --- a/src/xi.sh +++ b/src/xi.sh @@ -13,6 +13,8 @@ #include remove.sh #include stats.sh #include bootstrap.sh +#include mirror.sh + #>echo "VERSION=$(git describe --always)" usage () { @@ -82,6 +84,9 @@ ${BLUE}Available Commands: ${LIGHT_GREEN}bootstrap ${LIGHT_BLUE}[additional packages...] ${LIGHT_CYAN}installs base packages and system files to an empty system + ${LIGHT_GREEN}mirror [path] + ${LIGHT_CYAN}create a repository mirror [default_path: /var/lib/xipkg/mirror] + ${LIGHT_GREEN}help ${LIGHT_CYAN}shows this message${RESET} @@ -223,6 +228,10 @@ else shift info $@ ;; + "mirror") + shift + mirror $@ + ;; "verify") shift [ -z "$*" ] && set -- $(ls ${SYSROOT}${INSTALLED_DIR}) -- cgit v1.2.1