This commit is contained in:
pvincent
2026-08-06 23:11:18 +04:00
parent e863bd0c6e
commit 20ca7e6b13
2 changed files with 0 additions and 6 deletions
-4
View File
@@ -16,8 +16,6 @@ function bootstrap {
tar -xzf main.tar.gz --directory "$DESTINATION"
echo "directory: miaou-bash successfully deployed to $DESTINATION"
popd || return 3
else
echo "directory: miaou-bash already deployed!"
fi
local source_bin="$DESTINATION/miaou-bash/bin/miaou-bash"
@@ -25,8 +23,6 @@ function bootstrap {
if ! cmp -s "$source_bin" "$dest_bin"; then
cp -f "$source_bin" "$dest_bin"
echo "executable: /usr/bin/miaou-bash freshly created"
else
echo "executable: /usr/bin/miaou-bash up-to-date!"
fi
export MIAOU_BASH_DIR="$DESTINATION/miaou-bash"