Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
ssh-copy-id: Added HEAD configuration
Browse files Browse the repository at this point in the history
The HEAD will checkout openssh-portable and copy the contrib script just
like the binary.

HEAD currently has fixes for non-posix shells (like fish that I use)
  • Loading branch information
kevinastone committed Mar 10, 2016
1 parent b3b07f2 commit 6b5a60e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Formula/ssh-copy-id.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ class SshCopyId < Formula
version "7.1p1"
sha256 "fc0a6d2d1d063d5c66dffd952493d0cda256cad204f681de0f84ef85b2ad8428"

head "https://github.com/openssh/openssh-portable.git"

bottle :unneeded

def install
Expand Down

0 comments on commit 6b5a60e

Please sign in to comment.