mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 11:04:29 +05:00
fix: add check for dbus dependency (fix #43)
This commit is contained in:
@@ -84,7 +84,7 @@ get_user_selections_klipper(){
|
|||||||
|
|
||||||
klipper_setup(){
|
klipper_setup(){
|
||||||
#check for dependencies
|
#check for dependencies
|
||||||
dep=(git)
|
dep=(git dbus)
|
||||||
dependency_check
|
dependency_check
|
||||||
#execute operation
|
#execute operation
|
||||||
cd ${HOME}
|
cd ${HOME}
|
||||||
|
|||||||
Reference in New Issue
Block a user