Skip to content

Commit

Permalink
Merge pull request #84 from russellhaering/master
Browse files Browse the repository at this point in the history
Run "apt-get update" before attempting to install sshfs in the guest
  • Loading branch information
dustymabe authored Feb 11, 2018
2 parents bb57bbe + 797f4d4 commit 08daa8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/vagrant-sshfs/cap/guest/debian/sshfs_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module GuestDebian
module Cap
class SSHFSClient
def self.sshfs_install(machine)
machine.communicate.sudo("apt-get update")
machine.communicate.sudo("apt-get install -y sshfs")
end

Expand Down

0 comments on commit 08daa8d

Please sign in to comment.