Skip to content

[bug] snap post install: add support to python2

meskio requested to merge meskio/riseup_vpn:bug/53_snap_py2 into master

Some old systems doesn't have python3 installed by default. Let's keep support for both python3 and python2 in our post installation script.

subprocess.run doesn't exist on python2.

Merge request reports