StackStorm / st2-packages

StackStorm deb/rpm packages (automated docker build pipeline)
https://stackstorm.com/
27 stars 59 forks source link

Add extra flag for Ubuntu 16.04 to install py3 PPA automatically #682

Closed arm4b closed 3 years ago

arm4b commented 3 years ago

As a follow-up to https://github.com/StackStorm/st2-packages/pull/681, this PR adds extra flag --u16-add-insecure-py3-ppa passed to installer to add 3rd party insecure PPA with python3 under Ubuntu Xenial.

This fixes more corner cases I just identified with different non-interactive modes, subshells, curl|bash piping and other tricky situations.

arm4b commented 3 years ago

@amanda11 @blag after all, an additional installer flag was necessary :)