small_server_thingies/install_htop.sh
2021-12-24 17:14:33 +01:00

5 lines
90 B
Bash
Executable file

#!/bin/bash
# Script to install htop. Run as sudo. Tested on debian 11
apt install htop