Skip to content

Commit 0815492

Browse files
committed
Merge branch 'master' into dev/v2
2 parents 962808e + dfe1664 commit 0815492

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

installer/installer.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@
1515
# You should have received a copy of the GNU Affero General Public License
1616
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1717

18+
# This program is free software: you can redistribute it and/or modify
19+
# it under the terms of the GNU Affero General Public License as published
20+
# by the Free Software Foundation, either version 3 of the License, or
21+
# (at your option) any later version.
22+
23+
# This program is distributed in the hope that it will be useful,
24+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
25+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26+
# GNU Affero General Public License for more details.
27+
28+
# You should have received a copy of the GNU Affero General Public License
29+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
30+
1831
if [ "$(id -u)" -ne 0 ]; then
1932
echo -e "\e[31mERROR: Not root user\e[0m"
2033
exit 1

0 commit comments

Comments
 (0)