fix devmode

This commit is contained in:
pvincent
2026-08-18 21:18:02 +04:00
parent f985e55dcd
commit c25b7c1608
+2 -1
View File
@@ -1,6 +1,7 @@
#!/usr/bin/env miaou-bash
# Constants
GIT_URL=git@git.artcode.re:miaou/miaou-bash.git
# Functions
@@ -23,7 +24,7 @@ function dev_mode {
git clone "$GIT_URL"
sudo rm "$MIAOU_BASH_DIR" -rf
sudo ln -s "$target" "$MIAOU_BASH_DIR"
sudo -E miaou-bash --initiate
sudo -E miaou-bash "$MIAOU_BASH_DIR"/lib/devmode.bash
}
function assert_reachable_target {