2026-05-07 22:55:52 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
## BAREBONE-BASICS INSTALLER
|
2026-07-16 05:04:07 +00:00
|
|
|
## 20260716-050348
|
2026-05-07 22:55:52 +00:00
|
|
|
|
2026-05-19 20:25:05 +00:00
|
|
|
echo "INSTALLING BAREBONE-BASICS..."
|
2026-05-11 11:35:50 +00:00
|
|
|
chmod +x *
|
2026-08-06 17:54:30 +00:00
|
|
|
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/
|
2026-08-31 05:05:56 +00:00
|
|
|
cp ./htop-cfg/htoprc /home/$USER/.config/htop
|
2026-05-19 20:25:05 +00:00
|
|
|
echo "DONE."
|