skadakar / taky-docker-installer

Description on how to setup a taky server with docker compatible with atak/wintak/itak
22 stars 3 forks source link

extra sudo #1

Closed EasternPA closed 2 years ago

EasternPA commented 2 years ago

I would prefer to do all of this as a non-root user but in the meantime, you used sudo only to apt-get install unzip -y. Separately, why aren't you stacking your installs into one command? Are you keeping them on one line each for readability?

skadakar commented 2 years ago

Didnt stack because it failed sporadically and it was easier to just type this out, however unzip is not needed anymore so i should just remove that instead.