From be108aae505bb7f07fda7686e86f68d979bb6c49 Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 17 Aug 2026 08:00:31 +0400 Subject: [PATCH] install2 --- install2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install2.sh b/install2.sh index 43eaa36..00f24ed 100755 --- a/install2.sh +++ b/install2.sh @@ -27,8 +27,8 @@ deployment_type_adjective="${1:-installed}" if [[ "$UID" -ne 0 ]]; then sudo -vp 'root privilege required: ' - echo curl -s https://git.artcode.re/miaou/miaou-bash/raw/branch/main/install2.sh | sudo bash -E curl -s https://git.artcode.re/miaou/miaou-bash/raw/branch/main/install2.sh | sudo bash + echo DONE with root, now refresh bash login exec bash -l else if [[ -d "$MIAOU_BASH_DIR" && -L /etc/inputrc && "$(readlink /etc/inputrc)" == "$MIAOU_BASH_DIR"/etc/inputrc ]]; then