Skip to content

Commit

Permalink
packer: clone git repository from github.com
Browse files Browse the repository at this point in the history
The git protocol is discouraged and insecure.
  • Loading branch information
mika committed Feb 6, 2023
1 parent df8c043 commit 3a8d2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/debian64_provision.sh
Expand Up @@ -188,7 +188,7 @@ EOF
elif [ "$GRML_DEBOOTSTRAP_VERSION" = "git" ] ; then
echo "** GRML_DEBOOTSTRAP_VERSION is set to '$GRML_DEBOOTSTRAP_VERSION'"
echo "** Using grml-debootstrap from Git repository"
git clone git://git.grml.org/grml-debootstrap.git
git clone https://github.com/grml/grml-debootstrap.git
cd grml-debootstrap
GRML_DEBOOTSTRAP="CONFFILES=$(pwd) $(pwd)/grml-debootstrap"
elif [ "$GRML_DEBOOTSTRAP_VERSION" = "local" ] ; then
Expand Down

0 comments on commit 3a8d2b7

Please sign in to comment.