Turn on Maps FQR (Full Quality Region) downloader by default#4349
Turn on Maps FQR (Full Quality Region) downloader by default#4349holta merged 14 commits intoiiab:masterfrom
Conversation
Changed maps_region_downloader from False to True to enable full-quality region downloads.
Changed maps_region_downloader from False to True to enable downloading of full quality regions.
Changed maps_region_downloader from False to True to enable downloading of full quality regions.
Changed maps_region_downloader from False to True to enable downloading of full quality regions.
Updated instructions for IIAB Maps installation and usage.
Updated installation instructions and prerequisites for IIAB Maps in the README.
Correct capitalization of 'Delete' button and adjust wording for clarity.
|
Good enough for now? (@chapmanjacobd @orblivion if you see problems/shortcomings, LMK for the next round!) |
|
|
||
| ``` | ||
| sudo ./runrole --reinstall maps | ||
| sudo ./runrole maps --reinstall |
There was a problem hiding this comment.
Might be good to keep using this order:
command [options] [arguments]
otherwise it seems like maps is a subcommand
There was a problem hiding this comment.
Ok: might as well stick to the old POSIX / BSD standard.
In contrast, FWIW Linux Mint requires apt dist-upgrade -y and apt autoremove -y
Whereas these fail on Linux Mint: apt -y dist-upgrade and apt -y autoremove
There was a problem hiding this comment.
Those are good examples of subcommands :-) ie. apt install and apt search accept different flags and arguments
There definitely are commands that only work the Windows way where options are often last if not using /flag notation... But for the most part unix programs will support options before arguments and options after positionals or mixed between positions may not always be supported
@orblivion will rework the download pop-up — so that IIAB implementer/operator has some kind of immediate (push-button) option to lock down this FQR downloading feature — soon after the "last" FQR region is selected/specified/downloaded!
Related: