From a73e453001a731d66ce3b3ab30f001724a837eb0 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Tue, 13 Jun 2023 11:00:15 +0200 Subject: [PATCH] Testowa zmiana wersji Debiana: testing -> sid --- versions/100.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/100.sh b/versions/100.sh index 5988a24..f01528c 100644 --- a/versions/100.sh +++ b/versions/100.sh @@ -12,7 +12,7 @@ if [ ! /sbin/debootstrap ]; then exit 1; fi if [ "$1" = "--amd64" ] || [ "$1" = "--i386" ]; then if [ "$1" = "--amd64" ]; then arch="64"; else arch="32"; fi sudo rm -rf ~/immudex-testing/${arch}/chroot; - sudo /sbin/debootstrap --arch=$(echo $1 | sed 's/-//g') testing ~/immudex-testing/${arch}/chroot http://deb.debian.org/debian + sudo /sbin/debootstrap --arch=$(echo $1 | sed 's/-//g') sid ~/immudex-testing/${arch}/chroot http://deb.debian.org/debian sudo cat > base_chroot.sh <