fixed an issue where config on bunsen would fail due to vim compilation being in another directory
This commit is contained in:
parent
250dfff3d9
commit
20319f7bfd
1 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,9 @@ sudo apt-get -y install aptitude meld whois zsh tmux atop aria2 curl pv gajim to
|
||||||
sudo systemctl enable tor
|
sudo systemctl enable tor
|
||||||
sudo systemctl start tor
|
sudo systemctl start tor
|
||||||
|
|
||||||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
DIR="$DIR/../"
|
||||||
|
|
||||||
# install vim from sources
|
# install vim from sources
|
||||||
git clone https://github.com/vim/vim.git
|
git clone https://github.com/vim/vim.git
|
||||||
cd vim
|
cd vim
|
||||||
|
@ -22,6 +25,4 @@ sudo make install
|
||||||
cd
|
cd
|
||||||
rm -fr /tmp/vim
|
rm -fr /tmp/vim
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
||||||
DIR="$DIR/../"
|
|
||||||
DIR="$DIR" $DIR/common/configure_fresh_system
|
DIR="$DIR" $DIR/common/configure_fresh_system
|
||||||
|
|
Loading…
Reference in a new issue