un par de cosillas

This commit is contained in:
pablo 2021-12-24 17:14:33 +01:00
parent 3d6dbe3f76
commit 6d02dc4ecf
2 changed files with 17 additions and 0 deletions

5
install_htop.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
# Script to install htop. Run as sudo. Tested on debian 11
apt install htop