mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
quickget with no argumets show also new commands
This commit is contained in:
parent
5ffd8c0626
commit
26774bde57
1 changed files with 8 additions and 0 deletions
8
quickget
8
quickget
|
@ -2596,6 +2596,14 @@ else
|
||||||
echo "ERROR! You must specify an operating system."
|
echo "ERROR! You must specify an operating system."
|
||||||
echo -n " - Operating Systems: "
|
echo -n " - Operating Systems: "
|
||||||
os_support
|
os_support
|
||||||
|
echo "
|
||||||
|
You can also use this arguments:
|
||||||
|
Only show ISO download URL
|
||||||
|
--show-iso-url / -s {distro} {release} [edition]
|
||||||
|
Test if ISO is available
|
||||||
|
--test-iso-url / -t {distro} {release} [edition]
|
||||||
|
Open distro homepage
|
||||||
|
--open-distro-homepage / -o {distro}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue