Skip to content

Commit 8ead0af

Browse files
committed
Different URL for util-linux
1 parent f99161a commit 8ead0af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/travis/before-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ elif test x"`uname`" = xLinux ; then
2222
make >/dev/null
2323
sudo make install >/dev/null
2424
cd ..
25-
curl -O http://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/util-linux-2.27.1.tar.xz
25+
curl -O https://www.kernel.org/pub/linux/utils/util-linux/v2.27/util-linux-2.27.1.tar.xz
2626
tar xf util-linux-2.27.1.tar.xz
2727
cd util-linux-2.27.1
2828
./configure

0 commit comments

Comments
 (0)