Files
linux.softwareshinobi.com/server/provision/provision.bash
Software Shinobi 73558cf551
All checks were successful
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head This commit looks good
shinobi user configured for keylogin
2025-06-11 09:38:24 -04:00

33 lines
308 B
Bash
Executable File

#!/bin/bash
##
## This script installs stuff
## to set up a linux server
## suitable for newbies.
##
## Before you go, check read around my blog!
##
## https://softwareshinobi.com
##
##
set -e;
set -x;
##
cd server
bash sshd.bash
cd ..
##
cd users/shinobi
bash provision.bash
cd ../..