Skip to content

Commit

Permalink
Merge pull request #36 from schmonz/mark-omni-socat-executable
Browse files Browse the repository at this point in the history
Mark omni-socat executable
  • Loading branch information
masahide authored Jun 6, 2023
2 parents 3d6182a + 56508cb commit ef7d0a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions hack/rocky-bash.setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ __get_omnisocat () {
-sLo omni-socat.zip
sudo dnf -y install unzip
unzip -o omni-socat.zip -d $(dirname $OMNISOCATCMD)
chmod +x $OMNISOCATCMD
rm omni-socat.zip
}

Expand Down
1 change: 1 addition & 0 deletions hack/ubuntu-bash.setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ __get_omnisocat () {
curl https://github.com/masahide/OmniSSHAgent/releases/latest/download/omni-socat.zip \
-sLo omni-socat.zip
unzip -o omni-socat.zip -d $(dirname $OMNISOCATCMD)
chmod +x $OMNISOCATCMD
rm omni-socat.zip
}

Expand Down
1 change: 1 addition & 0 deletions hack/ubuntu-fish.setup.fish
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ function __get_omnisocat
curl https://github.com/masahide/OmniSSHAgent/releases/latest/download/omni-socat.zip \
-sLo omni-socat.zip
unzip -o omni-socat.zip -d (dirname $OMNISOCATCMD)
chmod +x $OMNISOCATCMD
rm omni-socat.zip
end

Expand Down

0 comments on commit ef7d0a5

Please sign in to comment.