nicolargo / glancesautoinstall

Glances Auto Install script
MIT License
60 stars 42 forks source link

removed deprecated --force-yes, upgraded apt-get to apt #37

Closed SirMorfield closed 3 years ago

SirMorfield commented 4 years ago

The script gives the following error on Ubuntu 18.04 W: --force-yes is deprecated, use one of the options starting with --allow instead. The option is not really necessary, so I removed it.

apt-get is outdated, apt gives a nice progress bar. So I upgraded it in a separate commit

ameer1234567890 commented 4 years ago

apt-get is supposed to be used in scripts, while apt is not.

nicolargo commented 3 years ago

Done in lasts commits.