fix unfinalized install

This commit is contained in:
pvincent
2026-08-10 12:39:37 +04:00
parent 07ed908cab
commit 4d69814954
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ set -Eeuo pipefail
! assert_supported_distro && echo 'unsupported distro: debian-like OR arch-like expected' && exit 2
export MIAOU_BASH_DIR
if [[ -d "$MIAOU_BASH_DIR" ]]; then
if [[ -L /etc/inputrc && "$(readlink /etc/inputrc)" == "$MIAOU_BASH_DIR"/etc/inputrc ]]; then
miaou-bash "$MIAOU_BASH_DIR/lib/self-upgrade.bash"
else
bootstrap