release: appimage: Make an appimage from 21.10.
- appimagetool 12 -> 13. - Pare down gcc. - Appimage needs pexpect.
This commit is contained in:
parent
e6cf2cfcc9
commit
1085385f39
3 changed files with 8 additions and 7 deletions
|
|
@ -11,7 +11,7 @@ if [ $DIST_ID != "ubuntu" ]; then
|
|||
fi
|
||||
echo "Installing the dependencies of the eris script…"
|
||||
sudo apt --yes install python3-pip python3.9 util-linux python3-cwcwidth
|
||||
python3.9 -m pip install pyinotify pygments docopt pillow toml decorator
|
||||
python3.9 -m pip install pyinotify pygments docopt pillow toml decorator pexpect
|
||||
echo
|
||||
echo "Installing all the tools eris may need…"
|
||||
./install-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue