Install Pulse connect in any Ubuntu based distro
Pulse connect does not currently offer support for some Ubuntu-based distributions, this small script fixes that problem.
Edit fix-pulse.sh
My distro is Pop! OS
grep -rl $OSNAME=$(lsb_release -d |grep -o "Ubuntu") tmp | xargs sed -i 's+grep -o "Ubuntu"+grep -o "Ubuntu\\|Pop"+g'
For example if yours is Zorin OS
grep -rl $OSNAME=$(lsb_release -d |grep -o "Ubuntu") tmp | xargs sed -i 's+grep -o "Ubuntu"+grep -o "Ubuntu\\|Zorin OS"+g'
bash fix-pulse.sh