Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install connectors plugin error on Ubuntu 20.04.2 LTS #5224

Conversation

javalover123
Copy link
Contributor

Purpose of this pull request

Install connectors plugin error on Ubuntu 20.04.2 LTS
image

Check list

@hailin0 hailin0 added CI&CD chore Chores about the project, like code cleaning up, typos, upgrading dependencies, etc. improve labels Feb 18, 2024
@@ -34,13 +34,13 @@ tar -xzvf "apache-seatunnel-incubating-${version}-bin.tar.gz"
Since 2.2.0-beta, the binary package does not provide connector dependencies by default, so when using it for the first time, you need to execute the following command to install the connector: (Of course, you can also manually download the connector from [Apache Maven Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/) to download, then manually move to the `connectors/seatunnel` directory).

```bash
sh bin/install-plugin.sh 2.3.2
bash bin/install-plugin.sh 2.3.2
Copy link
Member

@hailin0 hailin0 Feb 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@javalover123

sh has better compatibility, it seems the bad substitution error should be fixed

image

@hailin0 hailin0 removed the CI&CD label Feb 18, 2024
@EricJoy2048 EricJoy2048 mentioned this pull request Jun 14, 2024
4 tasks
@hailin0
Copy link
Member

hailin0 commented Jun 15, 2024

this pr fixed
#5631

@hailin0 hailin0 closed this Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chores about the project, like code cleaning up, typos, upgrading dependencies, etc. improve
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants