This commit is contained in:
pvincent
2026-08-17 07:55:32 +04:00
parent e3cd4b3eed
commit e29802c6d5
+1 -1
View File
@@ -27,7 +27,7 @@ deployment_type_adjective="${1:-installed}"
if [[ "$UID" -ne 0 ]]; then if [[ "$UID" -ne 0 ]]; then
sudo -vp 'root privilege required: ' sudo -vp 'root privilege required: '
sudo "$0" "$deployment_type_adjective" echo sudo "$0" "$deployment_type_adjective"
exec bash -l exec bash -l
else else
if [[ -d "$MIAOU_BASH_DIR" && -L /etc/inputrc && "$(readlink /etc/inputrc)" == "$MIAOU_BASH_DIR"/etc/inputrc ]]; then if [[ -d "$MIAOU_BASH_DIR" && -L /etc/inputrc && "$(readlink /etc/inputrc)" == "$MIAOU_BASH_DIR"/etc/inputrc ]]; then