Add Nim to PATH

This commit is contained in:
Vrganj 2020-10-31 20:36:04 +01:00
parent 13a0c35680
commit f4564047cc
1 changed files with 2 additions and 0 deletions

View File

@ -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