Break-out omarchy-update so we can update each step independently and have changes apply to the active update
This commit is contained in:
5
bin/omarchy-update-git
Executable file
5
bin/omarchy-update-git
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo -e "\e[32mUpdate Omarchy\e[0m"
|
||||
git -C $OMARCHY_PATH pull --autostash
|
||||
git -C $OMARCHY_PATH diff --check || git -C $OMARCHY_PATH reset --merge
|
||||
Reference in New Issue
Block a user