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

use `apt` instead of `apt-get` #16

Closed kkimurak closed 5 years ago

kkimurak commented 5 years ago

I'm not using Ubuntu usually so I'm not sure,
but it is recommended by developer.

kkimurak commented 5 years ago

and with option -qq will reduce output such as already installed and latest version.

kkimurak commented 5 years ago

apt install -qq not works. but apt update -qq and apt upgrade -qq works.
I will use apt-get to install something, apt to update/upgrade.