Skip to content

Instantly share code, notes, and snippets.

@upsilon
Created April 15, 2011 06:53
Show Gist options
  • Select an option

  • Save upsilon/921274 to your computer and use it in GitHub Desktop.

Select an option

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