This commit is contained in:
Pdubb 2022-03-06 14:02:27 -08:00 committed by GitHub
commit d20c5ca5f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!\bin/bash
echo "[Dependency installer]"
read -p "What is your dependency's file name? " filename
@ -13,4 +13,4 @@ read -p "What is your dependency's version? " version
mvn install:install-file -DlocalRepositoryPath=repo -DcreateChecksum=true -Dpackaging=jar -Dfile=$filename -DgroupId=$groupID -DartifactId=$artifactID -Dversion=$version
echo "[Dependency installed!]"
echo "[Dependency installed!]"