Add Nim to PATH
This commit is contained in:
parent
13a0c35680
commit
f4564047cc
|
@ -249,6 +249,8 @@ unxz nim-1.4.0-linux_x64.tar.xz
|
||||||
tar -xf nim-1.4.0-linux_x64.tar
|
tar -xf nim-1.4.0-linux_x64.tar
|
||||||
cd nim-1.4.0
|
cd nim-1.4.0
|
||||||
./install.sh /opt
|
./install.sh /opt
|
||||||
|
echo 'export PATH=$PATH:/opt/nim/bin' >> /opt/.profile
|
||||||
|
source /opt/.profile
|
||||||
|
|
||||||
# create runnable users and apply limits
|
# create runnable users and apply limits
|
||||||
for i in {1..150}; do
|
for i in {1..150}; do
|
||||||
|
|
Loading…
Reference in New Issue