Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 335 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 335 Bytes

Setup-and-Updating-Test-Machine

Setup Mail Server

Rocky / Redhat

Download git-annex:

https://git-annex.branchable.com/install/Linux_standalone/

Unzip and link

tar -xvf {}
sudo cp -Ra {} /opt/git-annex
ln -s /opt/git-annex/git-annex /usr/bin/git-annex

Ubuntu

sudo apt update; sudo apt install git-annex