Use http for now for Red
There seems to be a problem specific to my laptop's kernel or network stack that causes an SSL error.
This commit is contained in:
parent
b9eaccfc66
commit
65c5403b6f
|
@ -8,8 +8,8 @@ install:
|
||||||
install -d "${pkg}/opt/red/skel"
|
install -d "${pkg}/opt/red/skel"
|
||||||
install -d "${pkg}/usr/local/bin"
|
install -d "${pkg}/usr/local/bin"
|
||||||
|
|
||||||
path="$(curl -sSL https://static.red-lang.org/download.html | grep -Eo '/dl/linux/[^"]+' | head -n1)"
|
path="$(curl -fsSL http://static.red-lang.org/download.html | grep -Eo '/dl/linux/[^"]+' | head -n1)"
|
||||||
wget "https://static.red-lang.org/${path}" -O red
|
wget "http://static.red-lang.org/${path}" -O red
|
||||||
chmod +x red
|
chmod +x red
|
||||||
cp red "${pkg}/usr/local/bin/"
|
cp red "${pkg}/usr/local/bin/"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue