Skip to content

Commit 1e833a7

Browse files
authored
Merge pull request #107 from juagargi/ssh_libpam_dependency
Install libpam0g-dev because it is a ssh dependency
2 parents da762fd + 2aafbe3 commit 1e833a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ if ! verleq 1.11.0 "$V"; then
1111
echo "Go version 1.11 or newer required"
1212
exit 1
1313
fi
14+
sudo apt-get install -y libpam0g-dev
1415
command -v govendor >/dev/null || go get github.com/kardianos/govendor
1516
govendor sync -v

0 commit comments

Comments
 (0)