-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update(folderStructure): no meed for subfolders anymore
- Loading branch information
1 parent
9ee3859
commit 5ebd6dd
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ echo -ne "\nDownloading Pushover CLI..." | |
BRANCH="${1}" | ||
if [ "${BRANCH}" == "dev" ]; then BRANCH="develop"; else BRANCH="master"; fi | ||
git clone --branch "${BRANCH}" --depth 1 [email protected]:aaronfagan/pushover-cli.git /tmp/pushover-cli > /dev/null 2>&1 | ||
cp /tmp/pushover-cli/bin/pushover /usr/local/bin/pushover | ||
cp /tmp/pushover-cli/pushover /usr/local/bin/pushover | ||
chmod +x /usr/local/bin/pushover | ||
echo -ne "done!" | ||
VERSION=$(awk -F'"' '/^VERSION=/ {print $2}' /usr/local/bin/pushover) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters