FreeTAKTeam / FreeTAKHub-Installation

FreeTAKHub-Installation
Eclipse Public License 2.0
36 stars 27 forks source link

One too many.. #16

Closed CallumMcEwen closed 2 years ago

CallumMcEwen commented 2 years ago

Simple issue. One too many '.' in the install.sh script

ansible-playbook -u root -i localhost, --connection=local ../install_all.yml

should be

ansible-playbook -u root -i localhost, --connection=local ./install_all.yml

Also, as all scripts are now in the 'scripts' directory, and not the root, the execution instruction from the root directory should be ./scripts/install.sh

WaaromZoMoeilijk commented 2 years ago

https://github.com/FreeTAKTeam/FreeTAKHub-Installation/pull/19 https://github.com/FreeTAKTeam/FreeTAKHub-Installation/pull/20

jonaugustine commented 2 years ago

fixed with #20