README.WHYYYYYYY
The contents of ftp://ftp.snobol4.org/snobol/old/snobol4-2.1.4.tar.gz are now a tarball containing a single file entitled 'README.WHY' with the following contents... July 13th, 2020 Just curious why I'm seeing repeated downloads of ftp://ftp.snobol4.org/snobol4/old/snobol4-2.1.4.tar.gz (on July 11th and 12th). 2.1.4 was an intermediate release for Windows 10 support. The currently available Windows 10 binary release is 2.1.5, available since July 2nd 2020. Please let me know by emailing phil(at)snobol4.org ... So rather than deal with this I decided to just grab the latest release and stick it on Google Drive.
This commit is contained in:
parent
f3cb91cbb9
commit
fd16801ab0
|
@ -145,6 +145,10 @@ metals -version </dev/null
|
|||
mkdir /opt/coursier
|
||||
mv "$HOME/.cache/coursier" /opt/coursier/cache
|
||||
|
||||
# Snobol
|
||||
gdown "https://drive.google.com/file/d/1ygQkpgfirpq4b7s4YNsSijkK8IQgSLWk/view?usp=sharing" /usr/bin/snobol4
|
||||
chmod +x /usr/bin/snobol4
|
||||
|
||||
# Swift
|
||||
gdown "https://drive.google.com/uc?export=download&id=1eE1-VuZz0gv-fITaGVT_r1UunCLjS-JT" swift.tar.gz
|
||||
mkdir /opt/swift
|
||||
|
|
|
@ -46,15 +46,5 @@ git clone https://github.com/bipinu/malbolge.git
|
|||
clang malbolge/malbolge.c -o /usr/bin/malbolge
|
||||
rm -rf malbolge
|
||||
|
||||
# SNOBOL
|
||||
wget -nv ftp://ftp.snobol4.org/snobol/old/snobol4-2.1.4.tar.gz
|
||||
tar -xf snobol4-*.tar.gz
|
||||
rm snobol4-*.tar.gz
|
||||
pushd snobol4-* >/dev/null
|
||||
make || true
|
||||
mv snobol4 /usr/bin/snobol4
|
||||
popd >/dev/null
|
||||
rm -rf snobol4-*
|
||||
|
||||
popd >/dev/null
|
||||
rm "$0"
|
||||
|
|
Loading…
Reference in New Issue