![]() |
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
sudo locale-gen "en_US.UTF-8" \ | |
&& sudo locale-gen "en_US" \ | |
&& sudo update-locale \ | |
&& echo "LC_ALL=en_US.UTF-8" | sudo tee --append /etc/environment \ | |
&& echo "LANG=en_US.UTF-8" | sudo tee --append /etc/environment \ | |
&& export LC_ALL=en_US.UTF-8 | |
sudo apt-get update \ | |
&& sudo apt-get install -y \ | |
apt-transport-https \ | |
ca-certificates \ |