We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99161a commit 8ead0afCopy full SHA for 8ead0af
1 file changed
scripts/travis/before-script.sh
@@ -22,7 +22,7 @@ elif test x"`uname`" = xLinux ; then
22
make >/dev/null
23
sudo make install >/dev/null
24
cd ..
25
- curl -O http://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/util-linux-2.27.1.tar.xz
+ curl -O https://www.kernel.org/pub/linux/utils/util-linux/v2.27/util-linux-2.27.1.tar.xz
26
tar xf util-linux-2.27.1.tar.xz
27
cd util-linux-2.27.1
28
./configure
0 commit comments