FreeTAKTeam / FreeTAKHub-Installation

FreeTAKHub-Installation
Eclipse Public License 2.0
33 stars 29 forks source link

clarify users and add sudo to oneliner #22

Closed WaaromZoMoeilijk closed 2 years ago

WaaromZoMoeilijk commented 2 years ago

I think we need to use sudo in the one liner instead of just bash. It seems it doesn't really like running as root (LXC unprivileged container on my end so i can use root, security wise) but rather as a user with sudo permissions. The one liner does not reflect that or explains it.

Proposed: wget -qO - https://raw.githubusercontent.com/FreeTAKTeam/FreeTAKHub-Installation/main/scripts/easy_install.sh | sudo bash

Instead of: wget -qO - https://raw.githubusercontent.com/FreeTAKTeam/FreeTAKHub-Installation/main/scripts/easy_install.sh | bash

jonaugustine commented 2 years ago

currently failing the tests

WaaromZoMoeilijk commented 2 years ago

Updated, passing test. Please verify what I've actually put in makes sense please.

jonaugustine commented 2 years ago

merged in with #30