automated terminal push

This commit is contained in:
Your Name
2025-02-07 22:59:28 -05:00
parent 3b547f2192
commit 9f4fb533fa
33 changed files with 64 additions and 680 deletions

View File

@@ -0,0 +1,24 @@
#!/bin/bash
##
## This script installs stuff
## to set up a linux server
## suitable for newbies.
##
## This linux server will be hosted under
## linux.softwareshinobi.digital
##
## Before you go, check read around my blog!
##
## https://www.softwareshinobi.digital
##
## Install more software
apt-get install -y wget net-tools curl nslookup
##
echo "fin."