kkimurak / ssl-setup

Bash script that setup the official RoboCup-SSL tools with required packages ( https://github.com/RoboCup-SSL/ )
4 stars 0 forks source link

Sometime running installDeps.sh for ssl-autorefs fails (Arch) #32

Closed kkimurak closed 5 years ago

kkimurak commented 5 years ago

Using Arch Linux, installDeps.sh only installs dependency for ER-Force, and the script I made stops when building TIGERs's AutoReferee, reporting no javac found.

Currently I'm running installDeps.sh via

yes | curl https://raw.githubusercontent.com/robocup-ssl/ssl-autorefs/master/installDeps.sh | bash`.  

I think it is better to fix it like this :

curl https://raw.githubusercontent.com/robocup-ssl/ssl-autorefs/master/installDeps.sh > installDeps.sh
yes | bash installDeps.sh