5 lines
90 B
Bash
Executable file
5 lines
90 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Script to install htop. Run as sudo. Tested on debian 11
|
|
|
|
apt install htop
|