made the setup repeatable

이 커밋은 다음에 포함됨:
Stefan Wienert
2015-02-21 16:05:47 +01:00
부모 eab8652225
커밋 e2879a8eb1
+3 -2
파일 보기
@@ -48,11 +48,12 @@ if [ $needs_update == 1 ]; then
mv /usr/local/lib/roundcubemail-$VERSION/ /usr/local/lib/roundcubemail
rm -f /tmp/roundcube.tgz
echo $VERSION > /usr/local/lib/roundcubemail/version
fi
echo "installing roundcube autoreply/vacation plugin.."
rm -rf /tmp/Roundcube-Plugins
git clone https://github.com/arodier/Roundcube-Plugins.git /tmp/Roundcube-Plugins
rm -rf /tmp/Roundcube-Plugins /usr/local/lib/roundcubemail/plugins/vacation_sieve
git clone -q https://github.com/arodier/Roundcube-Plugins.git /tmp/Roundcube-Plugins
mv /tmp/Roundcube-Plugins/plugins/vacation_sieve /usr/local/lib/roundcubemail/plugins/vacation_sieve