5 lines
110 B
Bash
Executable file
5 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
# shellcheck disable=SC1091
|
|
source /usr/local/lib/marshall_installer
|
|
install htop cpulimit
|