From 306f309b3bd5cbb8dfe3be3c1b1e773efc5d43c3 Mon Sep 17 00:00:00 2001 From: glen Date: Fri, 5 Mar 2021 19:49:29 -0500 Subject: [PATCH] shorten name --- ...anglehold HQ - 320 KBPS.mp3 => Stranglehold.mp3} | Bin installers/install.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename assets/{Ted Nugent - Stranglehold HQ - 320 KBPS.mp3 => Stranglehold.mp3} (100%) 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 }