Skip to content

Commit c14bfb8

Browse files
Update uninstall.sh
1 parent 561be29 commit c14bfb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyfetch-installer/uninstall.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ case "$choice" in
1717
echo "NOTE: This will not uninstall the dependencies."
1818
sleep 1
1919
echo "Uninstalling pyfetch..."
20-
if [ -f /usr/bin/pyfetch-beta ]; then
21-
sudo rm /usr/bin/pyfetch-beta
20+
if [ -f /usr/bin/pyfetch ]; then
21+
sudo rm /usr/bin/pyfetch
2222
rm -rf ~/.config/pyfetch
2323
echo "pyfetch is now uninstalled."
2424
else

0 commit comments

Comments
 (0)