diff options
-rw-r--r-- | setup-apkrepos.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in index a692ec4..bb77420 100644 --- a/setup-apkrepos.in +++ b/setup-apkrepos.in @@ -157,7 +157,7 @@ community_prefix="# " add_fastest=false add_first=false add_random=false -while getopts "1fhr" opt; do +while getopts "c1fhr" opt; do case $opt in c) community_prefix="";; f) add_fastest=true;; |