diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/.bashrc | 1 | ||||
| -rw-r--r-- | config/.tool-versions | 8 | ||||
| -rw-r--r-- | config/install.sh | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/config/.bashrc b/config/.bashrc index e883436..288d919 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -6,7 +6,6 @@ function inflate() { local file=$1 local to_dir=$2 if [ -f "$file" ]; then - echo "Inflating $file in $to_dir" tar --use-compress-program zstd -xf "$file" -C "$to_dir" rm "$file" fi diff --git a/config/.tool-versions b/config/.tool-versions index a012517..92ddb32 100644 --- a/config/.tool-versions +++ b/config/.tool-versions @@ -1,11 +1,11 @@ elixir system golang system -gradle 6.2 +gradle 6.3 java adopt-openjdk-8u242-b08 adopt-openjdk-11.0.6+10 maven 3.6.3 -nodejs 10.18.0 -php 7.4.3 -python 3.8.1 2.7.17 +nodejs 10.19.0 +php 7.4.4 +python 3.8.2 2.7.17 ruby 2.6.5 rust system sbt 1.3.8 diff --git a/config/install.sh b/config/install.sh index f015620..2fa313c 100644 --- a/config/install.sh +++ b/config/install.sh @@ -62,6 +62,7 @@ apt-get install -y --no-install-recommends \ rebar \ rustc \ software-properties-common \ + sudo \ tk-dev \ unixodbc-dev \ unzip \ |
