We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5a3ee commit a1b163bCopy full SHA for a1b163b
install-weblate-docker
@@ -36,17 +36,18 @@ usermod --append --groups docker weblate
36
WEBLATE_HOME=~weblate
37
WEBLATE_DOCKER="$WEBLATE_HOME/weblate"
38
39
-# Legal stuff
40
-sudo -u weblate git clone https://github.com/WeblateOrg/wllegal.git $WEBLATE_HOME/wllegal
41
-
42
cd /tmp
43
apt-get update
44
apt-get install --no-install-recommends -y\
45
fail2ban python3-pyinotify python3-systemd \
46
rsyslog \
47
nginx \
48
openssh-client \
49
- python3-certbot-nginx
+ python3-certbot-nginx \
+ git
+
+# Legal stuff
50
+sudo -u weblate git clone https://github.com/WeblateOrg/wllegal.git $WEBLATE_HOME/wllegal
51
52
# SSL cert
53
if [ "$CERT" -eq 1 ] ; then
0 commit comments