issues
search
pulsepm
/
pulse
Unofficial package manager written in python.
MIT License
4
stars
0
forks
source link
Add the ability to remove Pulse via Install script and switch from curl to wget
#122
Closed
mysy00
closed
3 months ago
mysy00
commented
3 months ago
Switch from
curl
to
wget
as not everyone has curl installed and it should be as easy as possible to get Pulse running
Add a way to easily uninstall Pulse on Linux
./install.sh --remove
- to remove the executable installed by the script
./install.sh --remove-all
- to remove the executable and all associated directories in the XDG paths
Add a help menu to the script (since it now offers more options)
curl
towget
as not everyone has curl installed and it should be as easy as possible to get Pulse running./install.sh --remove
- to remove the executable installed by the script./install.sh --remove-all
- to remove the executable and all associated directories in the XDG paths