You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
260 B
9 lines
260 B
7 years ago
|
apt update
|
||
|
apt -y dist-upgrade
|
||
|
# Main package, with many dependencies, apache2 mysql, java, etc.
|
||
|
#apt install collectd
|
||
|
# A still large collection, but not as huge:
|
||
|
apt install collectd-core
|
||
|
|
||
|
####################################################################
|