-
Notifications
You must be signed in to change notification settings - Fork 5
/
plugins.sh
43 lines (28 loc) · 1.02 KB
/
plugins.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#!/bin/sh
set -e
cd /var/www/usr/plugins
# GistEcho plugins
mkdir -p GistEcho
wget https://gist.githubusercontent.com/legendlee/4187609/raw/fe859e9b2fb98a600cf91203b5f5fe9ac06c7ceb/GistEcho.php \
-O GistEcho/Plugin.php
# APlayer
git clone https://github.com/MoePlayer/APlayer-Typecho.git Meting
# Prism
wget https://github.com/typecho-fans/plugins/releases/download/plugins-M_to_R/Prism.zip
unzip Prism.zip
rm -f Prism.zip
# GitHub Cards
git clone https://github.com/chekun/typecho-github-card.git GithubCard
# Friends card
git clone https://github.com/Indexyz/FriendsCard.git FriendsCard
# Google Analytics
mkdir Analytics
wget https://gist.githubusercontent.com/Indexyz/c5b52f773eac14456d3385d3f58d8d4f/raw/70a75ad46f98991a853bc83bcd42a20ec9818ed7/Analytics_Plugin.php -O Analytics/Plugin.php
# Sitemap
git clone https://github.com/bayunjiang/typecho-sitemap.git
mv typecho-sitemap/Sitemap .
rm -rf typecho-sitemap
# CDN switch
wget https://publish.indexyz.me/files/CDNSwitch.zip
unzip CDNSwitch.zip
rm -f CDNSwitch.zip