This commit is contained in:
pvincent
2026-08-10 18:47:04 +04:00
parent b246ecc642
commit da80e45836
+2 -1
View File
@@ -28,7 +28,7 @@ function dev_mode {
git clone "$GIT_URL"
sudo rm "$MIAOU_BASH_DIR" -rf
sudo ln -s "$target" "$MIAOU_BASH_DIR"
sudo "$MIAOU_BASH_DIR"/lib/init.bash
sudo -E "$MIAOU_BASH_DIR"/lib/init.bash
}
function assert_reachable_target {
@@ -47,3 +47,4 @@ source "$MIAOU_BASH_DIR"/lib/functions.bash
_confirm_destructive "target directory will be: ${target}"
assert_reachable_target
dev_mode
cd $target