mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-12 18:14:28 +05:00
Merge branch 'master' into dev-2.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
kiauh_status(){
|
kiauh_status(){
|
||||||
if [ -d {$HOME}/kiauh/.git ]; then
|
if [ -d "${HOME}/kiauh/.git" ]; then
|
||||||
cd ${HOME}/kiauh
|
cd ${HOME}/kiauh
|
||||||
git fetch --all -q
|
git fetch --all -q
|
||||||
if git branch -a | grep "* master" -q; then
|
if git branch -a | grep "* master" -q; then
|
||||||
@@ -303,4 +303,4 @@ ui_print_versions(){
|
|||||||
compare_dwc2_versions
|
compare_dwc2_versions
|
||||||
compare_moonraker_versions
|
compare_moonraker_versions
|
||||||
compare_mainsail_versions
|
compare_mainsail_versions
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user