Skip to content

Instantly share code, notes, and snippets.

@upsilon
Created April 15, 2011 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save upsilon/921274 to your computer and use it in GitHub Desktop.
Save upsilon/921274 to your computer and use it in GitHub Desktop.
OpenPNE3のバンドルプラグインを手動でインストール
#!/bin/sh
#export http_proxy=http://example.com:8080/
cd plugins
git clone http://github.com/ebihara/opAuthMailAddressPlugin.git
git clone http://github.com/ebihara/opAuthMobileUIDPlugin.git
git clone http://github.com/ebihara/opAuthOpenIDPlugin.git
git clone http://github.com/tejimaya/opCommunityTopicPlugin.git
git clone http://github.com/ebihara/opWebAPIPlugin.git
git clone http://github.com/balibali/opDiaryPlugin.git
git clone http://github.com/nothan/opBlogPlugin.git
git clone http://github.com/kawahara/opOpenSocialPlugin.git
git clone http://github.com/tejimaya/opAshiatoPlugin.git
git clone http://github.com/martini2002jp/opMessagePlugin.git
git clone http://github.com/mogi/opAlbumPlugin.git
git clone http://github.com/nothan/opIntroFriendPlugin.git
git clone http://github.com/nothan/opFavoritePlugin.git
git clone http://github.com/nothan/opRankingPlugin.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment