diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2022-05-20 15:55:25 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2022-05-20 15:55:25 +0000 |
| commit | 64e2fe6288449071d85a68f6a9a28f3ef359034b (patch) | |
| tree | 7034ef5cb7ec02be4436114035c7019af77ecf80 /tools | |
| parent | b7ad2f72ea70125754b6a44820cbdec334993aea (diff) | |
| download | boca-64e2fe6288449071d85a68f6a9a28f3ef359034b.tar.gz boca-64e2fe6288449071d85a68f6a9a28f3ef359034b.zip | |
fast forward old changes
Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/boca-createjail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boca-createjail b/tools/boca-createjail index 1340282..4a22565 100755 --- a/tools/boca-createjail +++ b/tools/boca-createjail @@ -118,7 +118,7 @@ echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen /usr/sbin/update-locale apt-get -y update apt-get -y install software-properties-common -add-apt-repository -y ppa:icpc-latam/maratona-linux +add-apt-repository -y ppa:icpc-latam/unstable apt-get -y update apt-get -y upgrade apt-get -y install maratona-linguagens --no-install-recommends --allow-unauthenticated |