Skip to content

Commit

Permalink
Merge pull request #18 from FherStk:force-pull
Browse files Browse the repository at this point in the history
forcing git pull after reset
  • Loading branch information
FherStk authored Feb 10, 2023
2 parents f686964 + 078be44 commit b61cc50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
SCRIPT_VERSION="1.10.3"
SCRIPT_VERSION="1.10.4"
SCRIPT_NAME="Script Installer"

SCRIPT_PATH=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
Expand Down
1 change: 1 addition & 0 deletions utils/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ auto-update()
echo ""
echo -e "${CYAN}New version found, updating...$NC"
git -C $BASE_PATH reset --hard origin/$CURRENT_BRANCH
git pull
echo "Update completed."

if [ $1 = true ];
Expand Down

0 comments on commit b61cc50

Please sign in to comment.