mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08: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:
|
||||
- libssh
|
||||
- libdbus-1
|
||||
- **BSD** users:
|
||||
- **FreeBSD** users:
|
||||
- libssh
|
||||
- dbus
|
||||
|
||||
### Optional Requirements ✔️
|
||||
|
||||
|
||||
@@ -278,7 +278,7 @@ install_bsd_cargo_deps() {
|
||||
set -e
|
||||
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 pkg install -y curl wget libssh gcc
|
||||
$sudo pkg install -y curl wget libssh gcc dbus
|
||||
info "Dependencies installed successfully"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user