/PULSE-FIX

Install Pulse connect in any Ubuntu based distro

Primary LanguageShellGNU General Public License v3.0GPL-3.0

PULSE-FIX

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.

Configuration

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'

Installation

bash fix-pulse.sh