mirror of
https://github.com/veeso/termscp.git
synced 2026-09-25 13:31:26 -07:00
Added dbus to deps for FreeBSD
This commit is contained in:
@@ -79,8 +79,9 @@ For more information or other platforms, please visit [veeso.github.io](https://
|
|||||||
- **Linux** users:
|
- **Linux** users:
|
||||||
- libssh
|
- libssh
|
||||||
- libdbus-1
|
- libdbus-1
|
||||||
- **BSD** users:
|
- **FreeBSD** users:
|
||||||
- libssh
|
- libssh
|
||||||
|
- dbus
|
||||||
|
|
||||||
### Optional Requirements ✔️
|
### Optional Requirements ✔️
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -278,7 +278,7 @@ install_bsd_cargo_deps() {
|
|||||||
set -e
|
set -e
|
||||||
confirm "${YELLOW}libssh, gcc${NO_COLOR} are required to install ${GREEN}termscp${NO_COLOR}; would you like to proceed?"
|
confirm "${YELLOW}libssh, gcc${NO_COLOR} are required to install ${GREEN}termscp${NO_COLOR}; would you like to proceed?"
|
||||||
sudo="$(elevate_priv_ex /usr/local/bin)"
|
sudo="$(elevate_priv_ex /usr/local/bin)"
|
||||||
$sudo pkg install -y curl wget libssh gcc
|
$sudo pkg install -y curl wget libssh gcc dbus
|
||||||
info "Dependencies installed successfully"
|
info "Dependencies installed successfully"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user