appimage: Get the appimage build working.
- zesty -> cosmic - appimage 9 -> appimage 12 - vigil -> eris
This commit is contained in:
parent
6de0eeb6fa
commit
4714452760
7 changed files with 9 additions and 31 deletions
|
|
@ -13,7 +13,7 @@ if [ $DIST_ID != "ubuntu" ]; then
|
|||
exit 1
|
||||
fi
|
||||
echo "Installing the dependencies of the eris script…"
|
||||
sudo apt --yes install python3.7 util-linux
|
||||
sudo apt --yes install python3-pip python3.7 util-linux
|
||||
python3.7 -m pip install pyinotify pygments docopt pillow toml
|
||||
echo
|
||||
echo "Installing all the tools eris may need…"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue