My fork of airsonic with experimental fixes and improvements. See branch "custom"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
airsonic-custom/libresonic-installer-mac/src/postinstall.sh

14 lines
286 B

9 years ago
#!/bin/bash
SUBSONIC_HOME="/Library/Application Support/Libresonic"
9 years ago
chmod oug+rwx "$SUBSONIC_HOME"
chown root:admin "$SUBSONIC_HOME"
chmod oug+rx "$SUBSONIC_HOME/transcode"
chown root:admin "$SUBSONIC_HOME/transcode"
rm -rf "$SUBSONIC_HOME/jetty"
echo Libresonic installation done