diff options
author | Marvin Borner | 2020-11-10 22:03:38 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-10 22:03:38 +0100 |
commit | 2c9c650c70a0622a2097105745eaba52e9170dd1 (patch) | |
tree | 72f75a5216e96814610c5a417e9e1fe4b0be71ff /run | |
parent | 5306a2195107027a33777c97e6fbc8ffecfbc25c (diff) |
Fixes
yup
Diffstat (limited to 'run')
-rwxr-xr-x | run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ make_disk() { cp -r res/ disk/ cd disk/font/ - VERSION="1.8.1" + VERSION="1.8.2" wget -q "https://github.com/fcambus/spleen/releases/download/$VERSION/spleen-$VERSION.tar.gz" tar xzf "spleen-$VERSION.tar.gz" mv spleen-"$VERSION"/*.psfu . |