mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-13 02:24:27 +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(){
|
||||
#check for dependencies
|
||||
dep=(git)
|
||||
dep=(git dbus)
|
||||
dependency_check
|
||||
#execute operation
|
||||
cd ${HOME}
|
||||
|
||||
Reference in New Issue
Block a user