1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-04 02:46:28 +02:00

add missing cd

This commit is contained in:
Brian Seymour 2021-03-12 13:28:39 -06:00
parent ed0a5c4f78
commit 9f7d01bb18

View file

@ -305,6 +305,7 @@ cd /opt
git clone https://github.com/justinmeza/lci.git lolcode git clone https://github.com/justinmeza/lci.git lolcode
cd lolcode cd lolcode
mkdir bin mkdir bin
cd bin
cmake .. cmake ..
make make
echo 'export PATH=$PATH:/opt/lolcode/bin' >> /opt/.profile echo 'export PATH=$PATH:/opt/lolcode/bin' >> /opt/.profile