diff options
| author | Bruno Ribas <ribas@naquadah.com.br> | 2024-09-26 17:20:47 +0000 |
|---|---|---|
| committer | Bruno Ribas <ribas@naquadah.com.br> | 2024-09-26 17:20:47 +0000 |
| commit | 23d13984f23e306c4015bdfbdb073a35c4213915 (patch) | |
| tree | e4f868962641d3dcd5aacb67ea4c61704f901792 | |
| parent | d712c818ac131caf357363ffc52517d6f56fe754 (diff) | |
| download | boca-23d13984f23e306c4015bdfbdb073a35c4213915.tar.gz boca-23d13984f23e306c4015bdfbdb073a35c4213915.zip | |
tools/boca-createjail: use correct maratona-linux repo
Signed-off-by: Bruno Ribas <ribas@naquadah.com.br>
| -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 4a22565..1340282 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/unstable +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 |