Skip to content

Commit bc805e0

Browse files
authored
Update installer.sh
1 parent 60f311a commit bc805e0

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

installer.sh

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
#!/bin/bash
22

3+
#
4+
# Copyright (c) 2024 Vxrpenter and the SCPToolsBot Contributors
5+
#
6+
# Licenced under the MIT License, any non-license compliant usage of this file(s) content
7+
# is prohibited. If you did not receive a copy of the license with this file, you
8+
# may obtain the license at
9+
#
10+
# https://mit-license.org/
11+
#
12+
# This software may be used commercially if the usage is license compliant. The software
13+
# is provided without any sort of WARRANTY, and the authors cannot be held liable for
14+
# any form of claim, damages or other liabilities.
15+
#
16+
# Note: This is no legal advice, please read the license conditions
17+
#
18+
319
#
420
# Everything with comment has to be worked on
521
#
@@ -497,4 +513,4 @@ echo "$config" > "${configPath}/SCPToolsBot/configs/config.yml"
497513

498514
echo ""
499515
echo "Installation wrapped up, existing..."
500-
exit
516+
exit

0 commit comments

Comments
 (0)