This commit is contained in:
pvincent
2026-08-11 22:08:58 +04:00
parent 87fa76a86c
commit fcfe9a83f0
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -11,8 +11,6 @@ function bootstrap {
cd "$(mktemp -d)" || exit 3
curl -s -O $MAIN_TAR_GZ_URL
tar -xzf main.tar.gz --directory "$(dirname $MIAOU_BASH_DIR)"
echo "miaou-bash deployed to: $MIAOU_BASH_DIR"
}
function assert_supported_distro {