mirror of
https://github.com/dw-0/kiauh.git
synced 2026-01-03 05:03:36 +05:00
Compare commits
3 Commits
c9c73accc8
...
c7129245a3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7129245a3 | ||
|
|
a374ac8fac | ||
|
|
89a9d38d39 |
@@ -37,7 +37,7 @@ function install_fluidd() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
### checking dependencies
|
### checking dependencies
|
||||||
local dep=(wget nginx)
|
local dep=(wget nginx unzip)
|
||||||
dependency_check "${dep[@]}"
|
dependency_check "${dep[@]}"
|
||||||
### detect conflicting Haproxy and Apache2 installations
|
### detect conflicting Haproxy and Apache2 installations
|
||||||
detect_conflicting_packages
|
detect_conflicting_packages
|
||||||
|
|||||||
@@ -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!"
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ function install_mainsail() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
### checking dependencies
|
### checking dependencies
|
||||||
local dep=(wget nginx)
|
local dep=(wget nginx unzip)
|
||||||
dependency_check "${dep[@]}"
|
dependency_check "${dep[@]}"
|
||||||
### detect conflicting Haproxy and Apache2 installations
|
### detect conflicting Haproxy and Apache2 installations
|
||||||
detect_conflicting_packages
|
detect_conflicting_packages
|
||||||
|
|||||||
Reference in New Issue
Block a user