Created
April 18, 2011 18:51
-
-
Save fapestniegd/925921 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem install fpm | |
gem environment (find gem path, find fpm) | |
/var/lib/gems/1.8/bin/fpm -s gem -t deb -a i386 fpm | |
/var/lib/gems/1.8/bin/fpm -s gem -t deb -a i386 json | |
yes | gem uninstall fpm | |
dpkg -i rubygem-json_1.5.1_i386.deb rubygem-fpm_0.2.12_i386.deb | |
/var/lib/gems/1.8/gems/fpm-0.2.12/bin/fpm -s gem -t deb -a i386 rake | |
/var/lib/gems/1.8/gems/fpm-0.2.12/bin/fpm -s gem -t deb -a i386 whiskey_disk | |
dpkg -i rubygem-whiskey_disk_0.6.17_i386.deb rubygem-rake_0.8.7_i386.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment