chore: Added two missed lines between functions

This commit is contained in:
zen0bit 2024-04-23 04:06:48 +02:00 committed by Martin Wimpress
parent 113bc2a3c9
commit b884a6443d
1 changed files with 1 additions and 0 deletions

View File

@ -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=""