Skip to content

[installer] add post-install.go to replace post-install.py

jkito requested to merge jkito/bitmask-vpn:fix_775 into main

the python script needed python to be installed on the user's machine to be able to successfully install

this is changed to use a statically compiled go binary for performing the post-install tasks

fixes #775 (closed)

Merge request reports