add missing cd
This commit is contained in:
parent
ed0a5c4f78
commit
9f7d01bb18
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue