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

replace $(logname) #29

Closed kkimurak closed 4 years ago

kkimurak commented 4 years ago

closes #28 .

To solve the problem that $(logname) returns unexpected value on Ubuntu 16.04LTS,
I've replaced $(logname) with ${SUDO_USER} and ${USER}.

Test

kkimurak commented 4 years ago

Currently build of ssl-vision on Arch Linux fails with the version of Qt (see #25).
This is the thing I have to do next.