mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Refactor get_kolibrios()
This commit is contained in:
parent
05d40e1170
commit
68fe9348ba
1 changed files with 3 additions and 10 deletions
13
quickget
13
quickget
|
@ -968,18 +968,11 @@ function get_kdeneon() {
|
||||||
|
|
||||||
function get_kolibrios() {
|
function get_kolibrios() {
|
||||||
local HASH=""
|
local HASH=""
|
||||||
local ISO=""
|
local ISO="kolibri.iso"
|
||||||
local URL=""
|
local URL="https://builds.kolibrios.org/eng"
|
||||||
|
|
||||||
validate_release "releases_kolibrios"
|
validate_release "releases_kolibrios"
|
||||||
#URL="https://builds.kolibrios.org/eng/${RELEASE}.7z"
|
web_get "${URL}/${ISO}" "${VM_PATH}"
|
||||||
ISO="kolibri.iso"
|
|
||||||
URL="https://builds.kolibrios.org/eng/${ISO}"
|
|
||||||
web_get "${URL}" "${VM_PATH}"
|
|
||||||
#7z e "${VM_PATH}/${RELEASE}.7z" "kolibri.iso"
|
|
||||||
#ISO="kolibrios-${RELEASE}.iso"
|
|
||||||
#mv "kolibri.iso" "${VM_PATH}/${ISO}"
|
|
||||||
#rm "${VM_PATH}/${RELEASE}.7z"
|
|
||||||
make_vm_config "${ISO}"
|
make_vm_config "${ISO}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue