Fix install script for temporary use. Work on perminant fix later
This commit is contained in:
parent
c8a50d70ff
commit
2b3a33d6a6
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@ wget https://waf.io/waf-1.8.19
|
||||||
mv waf-1.8.19 $WAF_DIR/waf
|
mv waf-1.8.19 $WAF_DIR/waf
|
||||||
chmod +x $WAF_DIR/waf
|
chmod +x $WAF_DIR/waf
|
||||||
|
|
||||||
echo "PATH=$WAF_DIR:$PATH" >> ~/.bashrc
|
PATH=$WAF_DIR:$PATH
|
||||||
. ~/.bashrc
|
|
||||||
|
|
||||||
echo "Waf Installed Successfully!"
|
echo "Waf Installed Successfully!"
|
||||||
|
|
Loading…
Reference in a new issue