Skip to content

Commit

Permalink
v9.0
Browse files Browse the repository at this point in the history
- DietPi-Set_software | Syntax
  • Loading branch information
MichaIng committed Jan 15, 2024
1 parent 38bf84a commit 113e476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/func/dietpi-set_software
Original file line number Diff line number Diff line change
Expand Up @@ -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;;
Expand Down

0 comments on commit 113e476

Please sign in to comment.