chore: Added two missed lines between functions
This commit is contained in:
parent
113bc2a3c9
commit
b884a6443d
1
quickget
1
quickget
|
@ -2288,6 +2288,7 @@ function get_openindiana(){
|
||||||
HASH=$(web_pipe "${URL}/${ISO}.sha256" |cut_1)
|
HASH=$(web_pipe "${URL}/${ISO}.sha256" |cut_1)
|
||||||
echo "${URL}/${ISO} ${HASH}"
|
echo "${URL}/${ISO} ${HASH}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_opensuse() {
|
function get_opensuse() {
|
||||||
local HASH=""
|
local HASH=""
|
||||||
local ISO=""
|
local ISO=""
|
||||||
|
|
Loading…
Reference in New Issue