File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ PORTER_VERSION=${PORTER_VERSION:-latest}
13
13
14
14
echo " Installing porter@$PORTER_VERSION to $PORTER_HOME from $PORTER_MIRROR "
15
15
16
- mkdir -p $PORTER_HOME /runtimes
16
+ mkdir -p " $PORTER_HOME /runtimes"
17
17
18
- curl -fsSLo $PORTER_HOME /porter $PORTER_MIRROR /$PORTER_VERSION /porter-linux-amd64
19
- chmod +x $PORTER_HOME /porter
20
- cp $PORTER_HOME /porter $PORTER_HOME /runtimes/porter-runtime
21
- echo Installed ` $ PORTER_HOME /porter version`
18
+ curl -fsSLo " $PORTER_HOME /porter" " $PORTER_MIRROR /$PORTER_VERSION /porter-linux-amd64"
19
+ chmod +x " $PORTER_HOME /porter"
20
+ cp " $PORTER_HOME /porter" " $PORTER_HOME /runtimes/porter-runtime"
21
+ echo Installed " $( " $ PORTER_HOME" /porter version) "
22
22
23
- $PORTER_HOME /porter mixin install exec --version $PORTER_VERSION
23
+ " $PORTER_HOME /porter" mixin install exec --version " $PORTER_VERSION "
24
24
25
25
echo " Installation complete."
26
26
echo " Add porter to your path by adding the following line to your ~/.profile and open a new terminal:"
You can’t perform that action at this time.
0 commit comments