forked from pool/emptyepsilon
New Package: EmptyEpsilon - see http://daid.github.io/EmptyEpsilon/ for details OBS-URL: https://build.opensuse.org/request/show/826315 OBS-URL: https://build.opensuse.org/package/show/games/emptyepsilon?expand=0&rev=1
7 lines
239 B
Bash
7 lines
239 B
Bash
#!/bin/bash
|
|
|
|
version="$1"
|
|
|
|
wget https://github.com/daid/SeriousProton/archive/EE-${version}.tar.gz -O SeriousProton-${version}.tar.gz
|
|
wget https://github.com/daid/EmptyEpsilon/archive/EE-${version}.tar.gz -O EmptyEpsilon-${version}.tar.gz
|