mirror of
https://github.com/dw-0/kiauh.git
synced 2026-04-05 17:25:15 +05:00
Compare commits
3 Commits
a0cf78782f
...
595800e566
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
595800e566 | ||
|
|
bce92001a6 | ||
|
|
89a9d38d39 |
@@ -89,7 +89,7 @@ function set_globals() {
|
|||||||
OCTOAPP_REPO="https://github.com/crysxd/OctoApp-Plugin.git"
|
OCTOAPP_REPO="https://github.com/crysxd/OctoApp-Plugin.git"
|
||||||
|
|
||||||
#=============== Spoolman ================#
|
#=============== Spoolman ================#
|
||||||
SPOOLMAN_DIR="${HOME}/spoolman"
|
SPOOLMAN_DIR="${HOME}/Spoolman"
|
||||||
SPOOLMAN_DB_DIR="${HOME}/.local/share/spoolman"
|
SPOOLMAN_DB_DIR="${HOME}/.local/share/spoolman"
|
||||||
SPOOLMAN_REPO="https://api.github.com/repos/Donkie/Spoolman/releases/latest"
|
SPOOLMAN_REPO="https://api.github.com/repos/Donkie/Spoolman/releases/latest"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -264,7 +264,7 @@ function clone_klipper() {
|
|||||||
status_msg "Cloning Klipper from ${repo} ..."
|
status_msg "Cloning Klipper from ${repo} ..."
|
||||||
|
|
||||||
cd "${HOME}" || exit 1
|
cd "${HOME}" || exit 1
|
||||||
if git clone "${repo}" "${KLIPPER_DIR}"; then
|
if git clone "${repo}" "${KLIPPER_DIR}" --depth 1; then
|
||||||
cd "${KLIPPER_DIR}" && git checkout "${branch}"
|
cd "${KLIPPER_DIR}" && git checkout "${branch}"
|
||||||
else
|
else
|
||||||
print_error "Cloning Klipper from\n ${repo}\n failed!"
|
print_error "Cloning Klipper from\n ${repo}\n failed!"
|
||||||
|
|||||||
Reference in New Issue
Block a user