diff options
-rwxr-xr-x | sh/mpra | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ ext=zst copy_any= copy= -while getopts ac opt; do +while getopts acC opt; do case $opt in # arch linux arm still using .xz instead of .zst as package compression format a) ext=xz;; |