Hello Braiins
I would like to remotely install braiins on a DM1 g19 via ssh, using the dm1_g29-ssh tar downloaded from feeds, do you have any recomendations, I will follow the instructions as per braiins-os.org docs.
Using Linux
cd braiins-os_am1-s9_ssh_VERSION
virtualenv --python=/usr/bin/python3 .env
source .env/bin/activate
python3 -m pip install -r requirements.txt
python3 upgrade2bos.py your-miner-hostname-or-ip
Please let me know if this will work or if I should not do it.
Thanks