10 lines
321 B
Bash
10 lines
321 B
Bash
#!/bin/bash
|
|
|
|
## BAREBONE-BASICS INSTALLER
|
|
## 20260716-050348
|
|
|
|
echo "INSTALLING BAREBONE-BASICS..."
|
|
chmod +x *
|
|
cp bldo bsec cav cavd cln dcb dupg f2b f2bb f2br f2bt f2bp lamp mc nms nt rks scl spn srvbkp srvinst srvres tools ts ufwb ufwb6 up upfw upcrt upp /usr/local/bin/
|
|
cp ./htop-cfg/htoprc ~/.config/htop/
|
|
echo "DONE." |