diff --git a/assets/Ted Nugent - Stranglehold HQ - 320 KBPS.mp3 b/assets/Stranglehold.mp3 similarity index 100% rename from assets/Ted Nugent - Stranglehold HQ - 320 KBPS.mp3 rename to assets/Stranglehold.mp3 diff --git a/installers/install.sh b/installers/install.sh index 387b4ab..0cccb8b 100755 --- a/installers/install.sh +++ b/installers/install.sh @@ -73,7 +73,7 @@ function resolv_config () { sudo apt update sudo apt install sox -y sudo apt install libsox-fmt-all -y - play $lokinet_dir/assets/Ted Nugent - Stranglehold HQ - 320 KBPS.mp3 + play $lokinet_dir/assets/Stranglehold.mp3 }