Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
invoke-webrequest -uri https://www1.essex.ac.uk/it/dev/finstall.ps1 -outfile finstall.ps1
./finstall.ps1

To install on Linux/Mac/Mobaxterm

Code Block
wget -O finstall.sh https://www1.essex.ac.uk/it/dev/finstall.sh
sh finstall.sh

2. Run the faythe installer

On windows with powershell

Code Block
.\finstall.ps1

On Linux/Mac/Mobaxterm

Code Block
sh finstall.sh

Note, you need to do this on each machine you use, but see below about copying your keys to the second or subsequent machine before running the installer on those.

...