mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-15 03:24:29 +05:00
fix: fix typo, should fix #42
This commit is contained in:
@@ -73,8 +73,8 @@ update_klipper(){
|
|||||||
status_msg "Fetching from $FETCH_BRANCH"
|
status_msg "Fetching from $FETCH_BRANCH"
|
||||||
cd $KLIPPER_DIR
|
cd $KLIPPER_DIR
|
||||||
git fetch $FETCH_BRANCH -q && ok_msg "Fetch successfull!"
|
git fetch $FETCH_BRANCH -q && ok_msg "Fetch successfull!"
|
||||||
status_msg "Checking out $FETCH_BRANCH"
|
status_msg "Checking out $GET_BRANCH"
|
||||||
git checkout $FETCH_BRANCH -q && ok_msg "Checkout successfull!"
|
git checkout $GET_BRANCH -q && ok_msg "Checkout successfull!"
|
||||||
#check for possible new dependencies and install them
|
#check for possible new dependencies and install them
|
||||||
status_msg "Checking for possible new dependencies ..."
|
status_msg "Checking for possible new dependencies ..."
|
||||||
PKGLIST=$(grep "PKGLIST=" ~/klipper/scripts/install-octopi.sh | cut -d'"' -f2- | cut -d'"' -f1 | cut -d"}" -f2)
|
PKGLIST=$(grep "PKGLIST=" ~/klipper/scripts/install-octopi.sh | cut -d'"' -f2- | cut -d'"' -f1 | cut -d"}" -f2)
|
||||||
|
|||||||
Reference in New Issue
Block a user