Skip to content

Commit e71a54e

Browse files
authored
Add #!/bin/bash insctruction
1 parent 1fb64c0 commit e71a54e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/installMaven4.0.0-rc-4.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
curl -sL https://archive.apache.org/dist/maven/maven-4/4.0.0-rc-4/binaries/apache-maven-4.0.0-rc-4-bin.tar.gz | tar xz
24
sudo mv apache-maven-4.0.0-rc-4 /opt/maven
35
echo "M2_HOME=/opt/maven" >> $GITHUB_ENV

0 commit comments

Comments
 (0)