-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e706eda
commit 6cdbc74
Showing
2 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
#!/bin/bash | ||
|
||
if [ "$EUID" -ne 0 ] | ||
then echo "Please run as root" | ||
exit | ||
fi | ||
|
||
sudo apt-get install build-essential python3-dev python3-venv libfreetype6-dev libjpeg-dev zlib1g-dev | ||
python3 -m venv .venv | ||
source .venv/bin/activate | ||
pip install wheel | ||
pip install -r requirements.txt | ||
sudo apt-get install libopenjp2-7 | ||
sudo apt install libtiff5 | ||
sudo apt install ttf-mscorefonts-installer |