We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0b5a7 commit df56af9Copy full SHA for df56af9
install-fping.sh
@@ -0,0 +1,10 @@
1
+#!/bin/sh
2
+
3
+VERSION="4.0"
4
+BASENAME="fping-$VERSION"
5
+TARBALL="$BASENAME.tar.gz"
6
7
+curl -O http://fping.org/dist/$TARBALL
8
+tar -zxf $TARBALL
9
+cd $BASENAME
10
+./configure && make && make install
0 commit comments