add python shebang + install python3 on ubuntu because they're dumb

This commit is contained in:
Miepee 2021-11-11 12:28:54 +01:00
parent b69ea9ecb7
commit e3b01200f3
2 changed files with 3 additions and 1 deletions

View file

@ -25,7 +25,7 @@ sudo apt update && sudo apt install libc6:i386 libncurses5:i386 libstdc++6:i386
```
Then install the following dependencies:
`sudo apt install python xdelta3 openjdk-8-jre libopenal1:i386`
`sudo apt install python3 xdelta3 openjdk-8-jre libopenal1:i386`
### Red Hat (including Fedora)
`sudo yum python xdelta java-1.8.0-openjdk`

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python
from zipfile import ZipFile
import os.path
from os import remove, mkdir, rename