blob: 8e45ac5fa0c7ae7d0497b38e308f620d59f75c6b (
plain)
1
2
3
4
5
6
7
8
9
|
sudo apt-get update
sudo apt-get upgrade -y
# Install PyICU dependencies
# https://community.libretranslate.com/t/pyicu-fails-to-install-on-ubuntu-20-04/23
sudo apt-get install -y libicu-dev python3-icu pkg-config
# Install Nginx
sudo apt-get install -y nginx
|