Skip to content

Commit

Permalink
Issue #84 Fix make iso error during intermediate container creation
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar authored and LalatenduMohanty committed May 10, 2018
1 parent 3ea3c5d commit 22d2ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso/conntrack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PACKAGES="libmnl-1.0.3 libnfnetlink-1.0.1 libnetfilter_cttimeout-1.0.0 libnetfil
CONNTRACK=conntrack-tools-1.4.2

fetch() {
curl -s -S http://www.netfilter.org/projects/${1%-*}/files/$1.tar.bz2 | tar xj
curl -s -S https://www.netfilter.org/projects/${1%-*}/files/$1.tar.bz2 | tar xj
}

for PACKAGE in $PACKAGES; do
Expand Down

0 comments on commit 22d2ecb

Please sign in to comment.