Skip to content

Commit 75c004c

Browse files
author
Victor Machado
committed
Set orignal repo and branch in install.sh
1 parent a40709f commit 75c004c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ install_froster() {
215215
pipx ensurepath >/dev/null 2>&1
216216

217217
# TODO: Update path once froster is in PyPi repository
218-
REPO=${REPO:-"https://github.com/hpcnow/froster.git"}
219-
BRANCH=${BRANCH:-"develop"}
218+
REPO=${REPO:-"https://github.com/dirkpetersen/froster.git"}
219+
BRANCH=${BRANCH:-"main"}
220220

221221
echo
222222
echo "Installing latest version of froster from \"$REPO@$BRANCH\"..."

0 commit comments

Comments
 (0)