mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-08 21:06:27 +02:00
commit
c2a34aaf78
1 changed files with 3 additions and 3 deletions
|
@ -179,9 +179,9 @@ source /opt/.profile
|
|||
# final binary: /opt/kotlinc/bin/kotlinc
|
||||
# get version: /opt/kotlinc/bin/kotlinc -version
|
||||
cd /opt
|
||||
wget https://github.com/JetBrains/kotlin/releases/download/v1.3.72/kotlin-compiler-1.3.72.zip
|
||||
unzip kotlin-compiler-1.3.72.zip
|
||||
rm kotlin-compiler-1.3.72.zip
|
||||
wget https://github.com/JetBrains/kotlin/releases/download/v1.4.10/kotlin-compiler-1.4.10.zip
|
||||
unzip kotlin-compiler-1.4.10.zip
|
||||
rm kotlin-compiler-1.4.10.zip
|
||||
echo 'export PATH=$PATH:/opt/kotlinc/bin' >> /opt/.profile
|
||||
source /opt/.profile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue