diff --git a/installer/get.sh b/installer/get.sh index be4a974..c4f9334 100644 --- a/installer/get.sh +++ b/installer/get.sh @@ -123,7 +123,8 @@ $my_node $GREENLOCK_PATH/bin/greenlock.js EOF chmod a+x $GREENLOCK_PATH/bin/greenlock echo "Creating link to 'greenlock' in /usr/local/bin" -ln -sf $GREENLOCK_PATH/bin/greenlock /usr/local/bin/greenlock +echo "sudo ln -sf $GREENLOCK_PATH/bin/greenlock /usr/local/bin/greenlock" +sudo ln -sf $GREENLOCK_PATH/bin/greenlock /usr/local/bin/greenlock echo "" echo ""