diff options
| author | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-09-05 13:49:50 +0000 |
|---|---|---|
| committer | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-09-05 13:49:50 +0000 |
| commit | d8047d0ce8f48afc69fab95392c10c705fb09ed2 (patch) | |
| tree | 946f055a7ede46834267026ef47625c960f8cee9 | |
| parent | 034545b62ea8e7e10d544b40e1bb78778a874f71 (diff) | |
| download | boca-d8047d0ce8f48afc69fab95392c10c705fb09ed2.tar.gz boca-d8047d0ce8f48afc69fab95392c10c705fb09ed2.zip | |
t/boca-createjail: Update ppa
updates ppa to install package maratona-linguagens
Signed-off-by: Bruno Cesar Ribas <brunoribas@gmail.com>
| -rwxr-xr-x | tools/boca-createjail | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/boca-createjail b/tools/boca-createjail index a74d001..1340282 100755 --- a/tools/boca-createjail +++ b/tools/boca-createjail @@ -117,8 +117,8 @@ echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen /usr/sbin/locale-gen /usr/sbin/update-locale apt-get -y update -apt-get -y install python-software-properties software-properties-common -add-apt-repository -y ppa:brunoribas/ppa-maratona +apt-get -y install software-properties-common +add-apt-repository -y ppa:icpc-latam/maratona-linux apt-get -y update apt-get -y upgrade apt-get -y install maratona-linguagens --no-install-recommends --allow-unauthenticated |