From 84346684dc9536ad9f22c9bf7d37b915a9842b66 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 14 May 2025 09:05:16 +0200 Subject: [PATCH] Fix. --- trixie/copy/reform_qemu/home/plom/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trixie/copy/reform_qemu/home/plom/run.sh b/trixie/copy/reform_qemu/home/plom/run.sh index 1d0d842..6664bfd 100755 --- a/trixie/copy/reform_qemu/home/plom/run.sh +++ b/trixie/copy/reform_qemu/home/plom/run.sh @@ -13,7 +13,7 @@ if [ ! -e "${NAME_REPO}" ]; then sed -i 's/-vnc :94,share=force-shared/-vnc :94,share=ignore/' "${PATH_EMULATE_SH}" fi if [ ! -e "${NAME_IMG}" ]; then - wget "${POCKET_IMG}" + wget "${URL_IMG}" gunzip "${NAME_IMG_GZ}" fi "${PATH_EMULATE_SH}" "${NAME_IMG}" -- 2.30.2