我在ElementaryOS上的Rocket.Chat服务器上安装问题。
我尝试解压缩tgz文件,但出现错误。
清单:
sudo apt-get install npm curl graphicsmagick
curl -L http://rocket.chat/releases/latest/download/ -o rocket.chat.tgz
tar zxvf rocket.chat.tgz
在最后一个命令之后,我得到了这个错误:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
我尝试
file rocket.chat.tgz
:rocket.chat.tgz: HTML document, UTF-8 Unicode text
最佳答案
而是使用以下网址:curl -L https://releases.rocket.chat/latest/download -o rocket.chat.tgz
关于linux - Rocket.chat问题,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/53460717/