1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-09 15:35:27 +02:00

comment out info

This commit is contained in:
Daniel Hansson 2018-09-26 14:02:58 +02:00 committed by GitHub
parent 8ae2da6376
commit 7456000718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,10 +68,10 @@ Space view.
#!/bin/bash #!/bin/bash
# Requires: # Requires:
- curl # - curl
- wget # - wget
- bash # - bash
- A service for Documize (/etc/init.d/documize) # - A service for Documize (/etc/init.d/documize)
VERSION="$(curl -s https://api.github.com/repos/documize/community/releases | grep 'tag_name' | cut -d\" -f4 | head -1)" VERSION="$(curl -s https://api.github.com/repos/documize/community/releases | grep 'tag_name' | cut -d\" -f4 | head -1)"