mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-16 10:33:58 +01:00
Use literal backslashes in intro banner
This commit is contained in:
@@ -9,9 +9,9 @@ fi
|
||||
if [ "$1" = "configure" ]; then
|
||||
echo " _ _ _ _ "
|
||||
echo " | |_ __ _ ___| |_ __ _| |_(_) ___ _ __ ___ ___ _ ____ _____ _ __ "
|
||||
echo " | __/ _` / __| __/ _` | __| |/ _ \| '_ \ _____/ __|/ _ \ '__\ \ / / _ \ '__|"
|
||||
echo " | || (_| \__ \ || (_| | |_| | (_) | | | |_____\__ \ __/ | \ V / __/ | "
|
||||
echo " \__\__, |___/\__\__,_|\__|_|\___/|_| |_| |___/\___|_| \_/ \___|_| "
|
||||
echo " | __/ _` / __| __/ _` | __| |/ _ \\| '_ \\ _____/ __|/ _ \\ '__\\ \\ / / _ \\ '__|"
|
||||
echo " | || (_| \\__ \\ || (_| | |_| | (_) | | | |_____\\__ \\ __/ | \\ V / __/ | "
|
||||
echo " \\__\\__, |___/\\__\\__,_|\\__|_|\\___/|_| |_| |___/\\___|_| \\_/ \\___|_| "
|
||||
echo " |___/ "
|
||||
echo "tgstation-server is now installed but must first be configured"
|
||||
echo "Run 'sudo tgs-configure' to interactively configure your server"
|
||||
|
||||
Reference in New Issue
Block a user