summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorLeon2021-04-25 17:18:42 +0200
committerLeon2021-04-25 17:18:42 +0200
commit24fdfad0c221d38b7e826d6d5464be24b23dc335 (patch)
tree64564254a3b81b0f868a880a4b535a65d7be870d /install.sh
parent6c1993a212b933956c67b2486749f23fb9fa7ddb (diff)
downloadaur-24fdfad0c221d38b7e826d6d5464be24b23dc335.tar.gz
fix halp.
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 2309b5acac04..24afa9b7d8f6 100755
--- a/install.sh
+++ b/install.sh
@@ -27,7 +27,7 @@ check_postgres() {
}
check_mugen() {
- if [ -f "/usr/lib/karaokemugen/asar/app.asar" ]; then
+ if [ -f "/usr/lib/karaokemugen/app.asar" ]; then
echo -e "${_COL_GREEN_}Karaoke Mugen is installed in /usr/lib/karaokemugen."
else
echo -e "${_COL_BRED_}Karaoke Mugen is not installed in /usr/lib/karaokemugen. Exiting."