Created
November 27, 2012 04:53
-
-
Save bentruyman/4152455 to your computer and use it in GitHub Desktop.
A hack to install Vim 7.3 on SmartOS
This file contains hidden or 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
# remove any existing vim installation | |
pkgin rm vim-share vim | |
# download vim 7.3 packages | |
wget http://pkgsrc.smartos.org/packages/SmartOS/trunk/All/vim-share-7.3.653.tgz | |
wget http://pkgsrc.smartos.org/packages/SmartOS/trunk/All/vim-7.3.653.tgz | |
# install vim 7.3 | |
pkg_add vim-share-7.3.653.tgz vim-7.3.653.tgz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment