tongyifan opened a new issue, #6362:
URL: https://github.com/apache/seatunnel/issues/6362

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   Deployment from binary distribution not working in Linux due to CRLF
   
   
![image](https://github.com/apache/seatunnel/assets/25120867/a3d47df3-9006-4f2f-9f8a-521fd1c5d0ed)
   
   
   ### SeaTunnel Version
   
   2.3.4
   
   ### SeaTunnel Config
   
   ```conf
   -
   ```
   
   
   ### Running Command
   
   ```shell
   export version="2.3.4"
   wget 
"https://archive.apache.org/dist/seatunnel/${version}/apache-seatunnel-${version}-bin.tar.gz";
   tar -xzvf "apache-seatunnel-${version}-bin.tar.gz"
   
   cd apache-seatunnel-2.3.4
   sh bin/install-plugin.sh 2.3.4
   ```
   
   
   ### Error Exception
   
   ```log
   Install SeaTunnel connectors plugins, usage version is 2.3.4
   install connector :  connector-amazondynamodb
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-assert
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-cassandra
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-cdc-mysql
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-cdc-mongodb
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-cdc-sqlserver
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-clickhouse
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-datahub
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-dingtalk
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-doris
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-elasticsearch
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-email
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-file-ftp
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-file-hadoop
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-file-local
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-file-oss
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-file-jindo-oss
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-file-s3
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-file-sftp
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-google-sheets
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-google-firestore
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-hive
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-http-base
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-http-feishu
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-http-gitlab
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-http-github
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-http-jira
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-http-klaviyo
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-http-lemlist
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-http-myhours
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-http-notion
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-http-onesignal
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-http-wechat
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-hudi
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-iceberg
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-influxdb
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-iotdb
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-jdbc
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-kafka
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-kudu
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-maxcompute
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-mongodb
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-neo4j
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-openmldb
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-pulsar
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-rabbitmq
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-redis
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-s3-redshift
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-sentry
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-slack
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-socket
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-starrocks
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-tablestore
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-selectdb-cloud
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-hbase
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   install connector :  connector-amazonsqs
   bin/install-plugin.sh: line 48: /home/tongyifan/apache-seatunnel-2.3.4/mvnw: 
cannot execute: required file not found
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to