automated terminal push
This commit is contained in:
24
provision/installs/.old/network.bash
Executable file
24
provision/installs/.old/network.bash
Executable 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."
|
||||
Reference in New Issue
Block a user