From 113e476220b0a12a2e9068d9c53daebe7b4333bc Mon Sep 17 00:00:00 2001 From: MichaIng Date: Mon, 15 Jan 2024 21:23:12 +0100 Subject: [PATCH] v9.0 - DietPi-Set_software | Syntax --- dietpi/func/dietpi-set_software | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dietpi/func/dietpi-set_software b/dietpi/func/dietpi-set_software index c72255fb48..50f6825491 100755 --- a/dietpi/func/dietpi-set_software +++ b/dietpi/func/dietpi-set_software @@ -209,7 +209,7 @@ deb $INPUT_MODE_VALUE $G_DISTRO_NAME-backports main contrib non-free' > /etc/apt case $INPUT_ADDITIONAL_1 in 1|'enable') G_EXEC rm -f "$fp_compress";; 0|'disable') - echo '# Please use "dietpi-config" > "Advanded Options" > "APT" to edit this setting.' > "$fp_compress";; + echo '# Please use "dietpi-config" > "Advanded Options" > "APT" to edit this setting.' > "$fp_compress" G_CONFIG_INJECT 'Acquire::GzipIndexes[[:blank:]]' 'Acquire::GzipIndexes "false";' "$fp_compress" ;; *) Unknown_Input_Additional 1;;