From f50a3fe6869370297912b665a892ab45e9a9f7cf Mon Sep 17 00:00:00 2001 From: clsty Date: Thu, 30 Oct 2025 12:57:01 +0800 Subject: [PATCH] Update checkdeps --- sdata/subcmd-checkdeps/0.run.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sdata/subcmd-checkdeps/0.run.sh b/sdata/subcmd-checkdeps/0.run.sh index 11ff87eb8..21421ef33 100644 --- a/sdata/subcmd-checkdeps/0.run.sh +++ b/sdata/subcmd-checkdeps/0.run.sh @@ -6,15 +6,15 @@ pkglistfile=$(mktemp) pkglistfile_orig=${LIST_FILE_PATH} pkglistfile_orig_s=${REPO_ROOT}/cache/dependencies_stripped.conf -if ! "$(command -v curl)";then - echo "Please install curl first.";exit 1 -fi -if ! "$(command -v gzip)";then - echo "Please install gzip first.";exit 1 -fi -if ! "$(command -v pacman)";then - echo "pacman not found, aborting...";exit 1 -fi +#if ! "$(command -v curl)";then +# echo "Please install curl first.";exit 1 +#fi +#if ! "$(command -v gzip)";then +# echo "Please install gzip first.";exit 1 +#fi +#if ! "$(command -v pacman)";then +# echo "pacman not found, aborting...";exit 1 +#fi remove_bashcomments_emptylines $pkglistfile_orig $pkglistfile_orig_s cat $pkglistfile_orig_s | sed "s_\ _\n_g" > $pkglistfile