From e9289cb211ff10d175d037f44b9c4f1fd8ec78c3 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Fri, 23 Apr 2021 07:15:59 -0400 Subject: [PATCH] Update install.sh --- installers/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/install.sh b/installers/install.sh index 7931e49..584491c 100755 --- a/installers/install.sh +++ b/installers/install.sh @@ -78,7 +78,7 @@ function resolv_config () { # Player during install_log function player () { sudo apt update - sudo apt install sox -y + sudo apt install sox libsox-fmt-all -y play $lokinet_dir/assets/Stranglehold.mp3 &>/dev/null