refactor: simplify releases_openindiana()
This commit is contained in:
parent
a09be6a976
commit
ade6860696
3
quickget
3
quickget
|
@ -919,8 +919,7 @@ function releases_openbsd(){
|
|||
}
|
||||
|
||||
function releases_openindiana(){
|
||||
web_pipe "https://dlc.openindiana.org/isos/hipster/" | grep link | cut -d'/' -f 1 | cut -d '"' -f4 | sort -r | tail +2 | head -n 5 | tr '\n' ' '
|
||||
echo
|
||||
echo $(web_pipe "https://dlc.openindiana.org/isos/hipster/" | grep link | cut -d'/' -f 1 | cut -d '"' -f4 | sort -r | tail +2 | head -n 5 | tr '\n' ' ')
|
||||
}
|
||||
|
||||
function editions_openindiana(){
|
||||
|
|
Loading…
Reference in New Issue