Installing zotero beta on Ubuntu
I prefer to run zotero beta, on Ubuntu. Having moved to a new laptop, I have as usual gone to https://github.com/retorquere/zotero-deb for the install (as recommended in the zotero documentation). The command for installation is
wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/install.sh | sudo bash
sudo apt update
sudo apt install zotero
For the beta, zotero-deb in the first line needs to be changed to zotero-beta, but this does not seem to work (zotero-deb is fine).
zotero-beta has worked fine previously. Does anybody have any idea what the problem is?
With grateful thanks!
wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/install.sh | sudo bash
sudo apt update
sudo apt install zotero
For the beta, zotero-deb in the first line needs to be changed to zotero-beta, but this does not seem to work (zotero-deb is fine).
zotero-beta has worked fine previously. Does anybody have any idea what the problem is?
With grateful thanks!
wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/install.sh | sudo bash
sudo apt update
sudo apt install zotero-beta