Skip to content

Commit 16336eb

Browse files
committed
Need sudo to write to /usr/share/vim
1 parent ee824eb commit 16336eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/jumpbox/packaging

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ while [[ $n -gt 0 ]]; do
7575
n=$((n - 1))
7676
done
7777

78-
cp jumpbox/vimrc /usr/share/vim/vimrc
79-
cp jumpbox/tmux.conf ${BOSH_INSTALL_TARGET}/etc/tmux.conf
78+
sudo cp jumpbox/vimrc /usr/share/vim/vimrc
79+
cp jumpbox/tmux.conf "${BOSH_INSTALL_TARGET}/etc/tmux.conf"

0 commit comments

Comments
 (0)