Stop using Sourceforge (prevent hung downloads)
This commit is contained in:
parent
32acc77eec
commit
d805b3efc0
|
@ -813,7 +813,7 @@ main() ->
|
||||||
aliases: ["ex", "exw", "exu", "euc", "eui", "eub"],
|
aliases: ["ex", "exw", "exu", "euc", "eui", "eub"],
|
||||||
name: "Euphoria",
|
name: "Euphoria",
|
||||||
main: "main.exu",
|
main: "main.exu",
|
||||||
run: "eui main.exu",
|
run: "exu main.exu",
|
||||||
template: `puts(1, "Hello, world!\\n")
|
template: `puts(1, "Hello, world!\\n")
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
|
|
|
@ -101,12 +101,11 @@ chmod +x rebar3
|
||||||
mv rebar3 /usr/local/bin/rebar3
|
mv rebar3 /usr/local/bin/rebar3
|
||||||
|
|
||||||
# Euphoria
|
# Euphoria
|
||||||
# It's not possible to rolling-release because they don't upload a
|
wget -nv http://www.rapideuphoria.com/31/euphor31.tar
|
||||||
# consistent set of files for every version. In particular there's no
|
mkdir /opt/euphoria
|
||||||
# .deb file for 4.1.0. Besides, the latest release was in 2014.
|
tar -xf euphor*.tar -C /opt/euphoria --strip-components=1
|
||||||
wget -nv https://sourceforge.net/projects/rapideuphoria/files/Euphoria/4.0.5/euphoria_4.0.5_amd64.deb/download -O euphoria.deb
|
ln -s /opt/euphoria/bin/exu /usr/bin/
|
||||||
dpkg -i euphoria.deb
|
rm euphor*.tar
|
||||||
rm euphoria.deb
|
|
||||||
|
|
||||||
# Factor
|
# Factor
|
||||||
ver="$(curl -sSL https://factorcode.org/ | grep -Eo 'release\?os=linux[^>]+>[^<]+' | sed -E 's/[^>]+>//' | head -n1)"
|
ver="$(curl -sSL https://factorcode.org/ | grep -Eo 'release\?os=linux[^>]+>[^<]+' | sed -E 's/[^>]+>//' | head -n1)"
|
||||||
|
|
Loading…
Reference in New Issue