Skip to content

Commit 9467043

Browse files
author
Till Brehm
committed
Changed download URL for dev versions to https.
1 parent 50ff387 commit 9467043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/scripts/update_from_dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
exit 1
1111
}
1212

13-
wget -O ispconfig3-dev.tar.gz "http://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=master"
13+
wget -O ispconfig3-dev.tar.gz "https://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=master"
1414
tar xzf ispconfig3-dev.tar.gz
1515

1616
echo -n "Latest git version: "

server/scripts/update_from_dev_stable.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
exit 1
1111
}
1212

13-
wget -O ispconfig3-dev.tar.gz "http://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=stable-3.1"
13+
wget -O ispconfig3-dev.tar.gz "https://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=stable-3.1"
1414
tar xzf ispconfig3-dev.tar.gz
1515

1616
echo -n "Latest git version: "

0 commit comments

Comments
 (0)