8 lines
197 B
Bash
Executable File
8 lines
197 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#This should be for the host.
|
|
apt install screen curl htop iotop speedtest-cli sysstat smartmontools lm-sensors lshw
|
|
|
|
#This should be for the VM.
|
|
|
|
#apt install screen curl htop |