From f32f98466f0fcb3cc9793683d5f39b1ecd23bdc6 Mon Sep 17 00:00:00 2001 From: Lizhou Sha Date: Tue, 20 Jul 2021 13:19:45 -0500 Subject: [PATCH] parrot: Fix upstream hostname to deb.parrotsec.org --- fetch-scripts/parrot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch-scripts/parrot b/fetch-scripts/parrot index 891d418..e53000f 100644 --- a/fetch-scripts/parrot +++ b/fetch-scripts/parrot @@ -1,6 +1,6 @@ #!/bin/sh -RSYNCSOURCE=rsync://archive.parrotsec.org/parrot +RSYNCSOURCE=rsync://deb.parrotsec.org/parrot BASEDIR=${MIRRORDIR}/parrot rsync --archive --compress --delete --verbose ${RSYNCSOURCE} ${BASEDIR} -- 2.45.2