Fixed install for freebsd

This commit is contained in:
veeso
2021-06-21 20:45:20 +02:00
parent c78fc583b0
commit 1319e0b17b
2 changed files with 1 additions and 1 deletions

0
.github/workflows/freebsd.yml vendored Executable file → Normal file
View File

View 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() {