Not working repo for develop veresion of x32 deb
ShockwaveNN opened this issue · 1 comments
ShockwaveNN commented
- According to http://buildserver/view/DocumentBuilder/job/db-linux/
Repo should be
deb http://repo-doc-onlyoffice-com.s3.amazonaws.com/ubuntu/trusty/onlyoffice-documentbuilder/origin/develop/latest/i386/ repo/
Adding this repo cause
E: The repository 'http://repo-doc-onlyoffice-com.s3.amazonaws.com/ubuntu/trusty/onlyoffice-documentbuilder/origin/develop/latest/i386 repo/ Release' does not have a Release file.
Tested on:
ubuntu 16.04 x32
ShockwaveNN commented
Seems problem was in unauthenticated
repo.
I think this is not a case on x64 ubuntu, but whatever...
echo "deb http://repo-doc-onlyoffice-com.s3.amazonaws.com/ubuntu/trusty/onlyoffice-documentbuilder/origin/develop/latest/i386/ repo/" | sudo tee -a /etc/apt/sources.list
sudo apt-get --allow-unauthenticated update
sudo apt-get --allow-unauthenticated install onlyoffice-documentbuilder
Works fine on ubuntu 16.04 x32