kdeneon update
This commit is contained in:
parent
53210feeaf
commit
615e7857f7
|
|
@ -14,7 +14,11 @@ function get_() {
|
||||||
local HASH=""
|
local HASH=""
|
||||||
local ISO=""
|
local ISO=""
|
||||||
local URL="https://files.kde.org/neon/images/${RELEASE}/current"
|
local URL="https://files.kde.org/neon/images/${RELEASE}/current"
|
||||||
|
if [ "$RELEASE" == 'developer' ]; then
|
||||||
|
ISO=$(web_pipe "${URL}/neon-unstable-${RELEASE}-current.sha256sum" | cut -d' ' -f3-)
|
||||||
|
else
|
||||||
ISO=$(web_pipe "${URL}/neon-${RELEASE}-current.sha256sum" | cut -d' ' -f3-)
|
ISO=$(web_pipe "${URL}/neon-${RELEASE}-current.sha256sum" | cut -d' ' -f3-)
|
||||||
|
fi
|
||||||
HASH=$(web_pipe "${URL}/neon-${RELEASE}-current.sha256sum" | cut -d' ' -f1)
|
HASH=$(web_pipe "${URL}/neon-${RELEASE}-current.sha256sum" | cut -d' ' -f1)
|
||||||
echo "${URL}/${ISO} ${HASH}"
|
echo "${URL}/${ISO} ${HASH}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue