small_server_thingies/install_htop.sh

6 lines
90 B
Bash
Raw Normal View History

2021-12-24 17:14:33 +01:00
#!/bin/bash
# Script to install htop. Run as sudo. Tested on debian 11
apt install htop