mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
quickget: void: change to repo-default
This commit is contained in:
parent
7bee31c666
commit
b284e411a3
1 changed files with 1 additions and 1 deletions
2
quickget
2
quickget
|
@ -2129,7 +2129,7 @@ function get_void() {
|
||||||
local EDITION="${1:-}"
|
local EDITION="${1:-}"
|
||||||
local HASH=""
|
local HASH=""
|
||||||
local ISO=""
|
local ISO=""
|
||||||
local URL="https://alpha.de.repo.voidlinux.org/live/current"
|
local URL="https://repo-default.voidlinux.org/live/current"
|
||||||
|
|
||||||
DATE=$(wget -q -O- "${URL}/sha256sum.txt" | head -n1 | cut -d'.' -f1 | cut -d'-' -f4)
|
DATE=$(wget -q -O- "${URL}/sha256sum.txt" | head -n1 | cut -d'.' -f1 | cut -d'-' -f4)
|
||||||
case ${EDITION} in
|
case ${EDITION} in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue