From 247077455e491eb91601991e3a6dbb86ce2b7e82 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 10 Apr 2023 15:19:09 +0800 Subject: [PATCH] Update rebuild_qcow2.sh --- back/rebuild_qcow2.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/back/rebuild_qcow2.sh b/back/rebuild_qcow2.sh index 504c185..c5e7cd7 100644 --- a/back/rebuild_qcow2.sh +++ b/back/rebuild_qcow2.sh @@ -5,6 +5,7 @@ then echo "virt-customize not found, installing libguestfs-tools" sudo apt-get update sudo apt-get install -y libguestfs-tools + sudo apt-get install -y libguestfs-tools --fix-missing fi if ! command -v rngd &> /dev/null @@ -12,6 +13,7 @@ then echo "rng-tools not found, installing rng-tools" sudo apt-get update sudo apt-get install -y rng-tools + sudo apt-get install -y rng-tools --fix-missing fi # export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1