What should I be using? Are there any standard formats/design patterns for setup.sh scripts?
Asked
Active
Viewed 43 times
0
What should I be using? Are there any standard formats/design patterns for setup.sh scripts?
apt
and notapt-get
because IIRC the former was design to be interactive, whilst the latter is suitable for script uses. – Liso Dec 29 '21 at 08:11init
? but have tagged you're using a systemd release (ie. 18.04) ? init scripts likely aren't what you want? so why tag it? – guiverc Dec 29 '21 at 10:47