mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Fixed install for freebsd
This commit is contained in:
0
.github/workflows/freebsd.yml
vendored
Executable file → Normal file
0
.github/workflows/freebsd.yml
vendored
Executable file → Normal file
@@ -185,7 +185,7 @@ install_on_bsd() {
|
|||||||
msg="Installing termscp as root, please wait…"
|
msg="Installing termscp as root, please wait…"
|
||||||
fi
|
fi
|
||||||
info "$msg"
|
info "$msg"
|
||||||
$sudo pkg install "${archive}"
|
$sudo pkg install -y "${archive}"
|
||||||
}
|
}
|
||||||
|
|
||||||
install_on_linux() {
|
install_on_linux() {
|
||||||
|
|||||||
Reference in New Issue
Block a user