Update 1 file: bootstrap.sh
This commit is contained in:
@@ -14,11 +14,6 @@ update() {
|
|||||||
|
|
||||||
dotstate doctor --fix
|
dotstate doctor --fix
|
||||||
dotstate activate
|
dotstate activate
|
||||||
|
|
||||||
exec zsh
|
|
||||||
|
|
||||||
info "done"
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
arch() {
|
arch() {
|
||||||
@@ -163,3 +158,5 @@ else
|
|||||||
echo "Repository not found. Cloning..."
|
echo "Repository not found. Cloning..."
|
||||||
git clone --depth=1 "$REPO_URL" "$TARGET_DIR"
|
git clone --depth=1 "$REPO_URL" "$TARGET_DIR"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
info "done"
|
||||||
|
|||||||
Reference in New Issue
Block a user