From e29802c6d55eedf9ba2004dbfa96059c93627dbe Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 17 Aug 2026 07:55:32 +0400 Subject: [PATCH] install2 --- install2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install2.sh b/install2.sh index 30c3559..91c4a55 100755 --- a/install2.sh +++ b/install2.sh @@ -27,7 +27,7 @@ deployment_type_adjective="${1:-installed}" if [[ "$UID" -ne 0 ]]; then sudo -vp 'root privilege required: ' - sudo "$0" "$deployment_type_adjective" + echo sudo "$0" "$deployment_type_adjective" exec bash -l else if [[ -d "$MIAOU_BASH_DIR" && -L /etc/inputrc && "$(readlink /etc/inputrc)" == "$MIAOU_BASH_DIR"/etc/inputrc ]]; then