This commit is contained in:
pvincent
2026-08-06 22:13:18 +04:00
parent 359e57e900
commit 12fab01be6
+1
View File
@@ -9,6 +9,7 @@ readonly MAIN_TAR_GZ_URL="https://git.artcode.re/miaou/miaou-bash/archive/main.t
function bootstrap {
if [[ ! -d "$DESTINATION" ]]; then
mkdir -p "$DESTINATION"
local temp_dir
temp_dir=$(mktemp -d)
pushd "$temp_dir" || return 2