From a56489ff02a3caafc03a8442aa4620fe94dba74c Mon Sep 17 00:00:00 2001 From: fanta Date: Fri, 8 Jul 2022 13:56:19 +0200 Subject: [PATCH] =?UTF-8?q?fix=20problema=20con=20creaci=C3=B3n=20de=20img?= =?UTF-8?q?=20qcow2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- q | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q b/q index 26ff297..aabea94 100755 --- a/q +++ b/q @@ -16,7 +16,7 @@ function downloadSysIsos(){ data=("$(echo "$system" | cut -d ";" -f 1)" "$(echo "$system" | cut -d ";" -f 2)" "$(echo "$system" | cut -d ";" -f 3)" "$(echo "$system" | cut -d ";" -f 4)" "$(echo "$system" | cut -d ";" -f 5)" "$(echo "$system" | cut -d ";" -f 6)" "$(echo "$system" | cut -d ";" -f 7)" "$(echo "$system" | cut -d ";" -f 8)") isoName="${data[0]}-${data[1]}-${data[2]}.iso" url="${data[3]}" - sizeDisc="${data[4]}" + sizeDisc="${data[4]}G" sizeRam="${data[5]}" extra="${data[6]}" echo "[+] Downloading $isoName"