Skip to content

Commit

Permalink
fetch tags on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Apr 27, 2024
1 parent ad77aa8 commit 2a19fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions advanced/Scripts/speedtestmod/mod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,8 @@ if [[ "${SKIP_MOD:-}" != true ]]; then
[[ ! -d $MOD_DIR ]] || rm -rf $MOD_DIR
swapScripts

if $update; then
for repo in $HTML_DIR/admin; do
if $update || $uninstall; then
for repo in $CORE_DIR $HTML_DIR/admin; do
pushd "$repo" &>/dev/null || exit 1
git tag -l | xargs git tag -d >/dev/null 2>&1
git fetch --tags -f -q
Expand Down

0 comments on commit 2a19fe7

Please sign in to comment.