Skip to content

Commit

Permalink
Merge pull request getporter#2032 from tamirkamara/fix/linux-install-…
Browse files Browse the repository at this point in the history
…symlink

Linux install script uses a symlink
  • Loading branch information
carolynvs authored Apr 27, 2022
2 parents 0038f3c + 0a31462 commit 59d55d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ and we will add you. **All** contributors belong here. 💯
* [Mike Barkas](https://github.com/mikebarkas)
* [Saksham Sharma](https://github.com/sakkshm26)
* [Quentin Petraroia](https://github.com/qpetraroia)
* [Tamir Kamara](https://github.com/tamirkamara)

2 changes: 1 addition & 1 deletion scripts/install/install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mkdir -p $PORTER_HOME/runtimes

curl -fsSLo $PORTER_HOME/porter $PORTER_MIRROR/$PORTER_PERMALINK/porter-linux-amd64
chmod +x $PORTER_HOME/porter
cp $PORTER_HOME/porter $PORTER_HOME/runtimes/porter-runtime
ln -s $PORTER_HOME/porter $PORTER_HOME/runtimes/porter-runtime
echo Installed `$PORTER_HOME/porter version`

$PORTER_HOME/porter mixin install exec --version $PKG_PERMALINK
Expand Down

0 comments on commit 59d55d3

Please sign in to comment.