05-20-2021, 01:31 PM
(05-13-2021, 05:42 PM)Avatars Wrote:Quote:From github it says to download using this script (i'm doing this from the phone):
git clone https://github.com/nuehm-arno/axolotl-mobian-package
That doesn't work unless you add wget to the beginning:
wget git clone https://github.com/nuehm-arno/axolotl-mobian-package
Then it says the github certificate has expired and therefore halts and goes no further.
Maybe there's an easier way but that is exactly what I was trying to do. Get it and install it in as few steps as possible.
You might be missing the git command. For me, I needed to install git first on Mobian, E.g.
sudo apt install git
Then
git clone https://github.com/nuehm-arno/axolotl-mobian-package
worked for me.
Rich