mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 20:46:26 +02:00
Add Nim to PATH
This commit is contained in:
parent
13a0c35680
commit
f4564047cc
1 changed files with 2 additions and 0 deletions
|
@ -249,6 +249,8 @@ unxz nim-1.4.0-linux_x64.tar.xz
|
|||
tar -xf nim-1.4.0-linux_x64.tar
|
||||
cd nim-1.4.0
|
||||
./install.sh /opt
|
||||
echo 'export PATH=$PATH:/opt/nim/bin' >> /opt/.profile
|
||||
source /opt/.profile
|
||||
|
||||
# create runnable users and apply limits
|
||||
for i in {1..150}; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue