Skip to content

Commit

Permalink
Update BAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 committed Sep 1, 2024
1 parent b55810b commit 3172bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BAD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _get_zlink () {
then
echo "https://github.com/${UPSTREAM_REPO}/archive/Bad.zip"
else
echo "https://github.com/Badhacker98/EAGLEPLUGIN/archive/Bad.zip"
echo "aHR0cHM6Ly9naXRodWIuY29tL0JhZGhhY2tlcjk4L0VBR0xFUExVR0lOL2FyY2hpdmUvQmFkLnppcA=="
fi
}

Expand All @@ -16,7 +16,7 @@ _run_python_code() {
_run_eaglepackgit() {
$(_run_python_code 'from git import Repo
import sys
OFFICIAL_UPSTREAM_REPO = "https://github.com/Badhacker98/EAGLEPLUGIN"
OFFICIAL_UPSTREAM_REPO = "aHR0cHM6Ly9naXRodWIuY29tL0JhZGhhY2tlcjk4L0VBR0xFUExVR0lOL2FyY2hpdmUvQmFkLnppcA=="
ACTIVE_BRANCH_NAME = "Bad"
repo = Repo.init()
origin = repo.create_remote("temponame", OFFICIAL_UPSTREAM_REPO)
Expand Down

0 comments on commit 3172bf7

Please sign in to comment.