mirror of
https://github.com/elAgala/server-initializer.git
synced 2026-02-13 21:06:16 +00:00
9 lines
173 B
Bash
9 lines
173 B
Bash
#!/bin/bash
|
|
|
|
echo "Installing and setting up nginx"
|
|
./install_nginx.sh
|
|
echo "Installing and setting up Docker"
|
|
./install_docker.sh
|
|
echo "New user creation"
|
|
./create_user.sh
|