From 97801d79ef8dcb890ef078815075e9e0aabc6421 Mon Sep 17 00:00:00 2001 From: glen Date: Sat, 6 Mar 2021 09:18:53 -0500 Subject: [PATCH] remove fmt-all --- assets/uninstall.sh | 1 - installers/install.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/assets/uninstall.sh b/assets/uninstall.sh index 5f9c194..21c9124 100755 --- a/assets/uninstall.sh +++ b/assets/uninstall.sh @@ -3,7 +3,6 @@ sudo apt remove lokinet-gui -y && sudo apt remove lokinet -y sudo systemctl restart dhcpcd sudo apt remove sox -y -sudo apt remove libsox-fmt-all -y sudo rm /usr/share/applications/Lokinet.desktop || install_error "Unable to remove startup entry" sudo rm /usr/pixmaps/lokiremove.png || install_error "Unable to remove startup icon" sudo rm -r /tmp/lokinet || install_error "Unable to remove lokinet removal files" diff --git a/installers/install.sh b/installers/install.sh index f5bd50c..7931e49 100755 --- a/installers/install.sh +++ b/installers/install.sh @@ -79,7 +79,6 @@ function resolv_config () { function player () { sudo apt update sudo apt install sox -y - #sudo apt install libsox-fmt-all -y play $lokinet_dir/assets/Stranglehold.mp3 &>/dev/null