mirror of
https://github.com/team2059/Zaphod
synced 2025-01-17 22:19:21 -05:00
Added a line to configure
This commit is contained in:
parent
8850989d92
commit
726290b8d3
1
configure
vendored
1
configure
vendored
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
export PATH=$PATH:$(pwd)/bin/ucpp/ucpp
|
||||||
echo "export PATH=$PATH:$(pwd)/bin/ucpp/ucpp" >> ~/.bashrc
|
echo "export PATH=$PATH:$(pwd)/bin/ucpp/ucpp" >> ~/.bashrc
|
||||||
echo "alias frcbot='python build'" >> ~/.bashrc
|
echo "alias frcbot='python build'" >> ~/.bashrc
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user