mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Refactor get_solus()
This commit is contained in:
parent
ddb1f30d4f
commit
bed546556a
1 changed files with 3 additions and 3 deletions
6
quickget
6
quickget
|
@ -1157,9 +1157,9 @@ function get_solus() {
|
|||
esac
|
||||
|
||||
ISO="Solus-${RELNUM}-${RELTYPE}.iso"
|
||||
URL="https://mirrors.rit.edu/solus/images/${RELNUM}/${ISO}"
|
||||
HASH=$(wget -q -O- "${URL}.sha256sum" | cut -d' ' -f1)
|
||||
web_get "${URL}" "${VM_PATH}"
|
||||
URL="https://mirrors.rit.edu/solus/images/${RELNUM}"
|
||||
HASH=$(wget -q -O- "${URL}.sha256sum" | cut -d' ' -f1)
|
||||
web_get "${URL}/${ISO}" "${VM_PATH}"
|
||||
check_hash "${ISO}" "${HASH}"
|
||||
make_vm_config "${ISO}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue