Merge branch 'main' into 0.6.0

This commit is contained in:
veeso 2021-06-21 20:46:10 +02:00
commit f8766722d4
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…"
fi
info "$msg"
$sudo pkg install "${archive}"
$sudo pkg install -y "${archive}"
}
install_on_linux() {