Skip to content

Commit

Permalink
[#39] WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Galpin committed Jun 28, 2016
1 parent c603e1c commit ad92244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apt-vim
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ class aptvim(object):
os.chdir(src_dir)

def first_run(self):
print SCRIPT_EXE_PATH
if os.path.exists(SCRIPT_ROOT_DIR):
report_fail("There's already an apt-vim root directory at " + \
SCRIPT_ROOT_DIR + "\n",
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bin_string="export PATH=${PATH}:${HOME}/.vimpkg/bin"

# Download the apt-vim files
curl -fSsLo ${HOME}/apt-vim/apt-vim --create-dirs \
https://raw.githubusercontent.com/egalpin/apt-vim/master/apt-vim
https://raw.githubusercontent.com/egalpin/apt-vim/39_bug_remove_sudo_dependence/apt-vim

curl -fSsLo ${HOME}/apt-vim/vim_config.json \
https://raw.githubusercontent.com/egalpin/apt-vim/master/vim_config.json
Expand Down

0 comments on commit ad92244

Please sign in to comment.