use ssh git repository

This commit is contained in:
Andrejus
2020-02-26 20:32:16 +00:00
parent ec48653e10
commit 5074d56184

View File

@@ -38,7 +38,7 @@ echo "setting up..."
# Variables: $REPOSITORY # Variables: $REPOSITORY
if [ -z "$REPOSITORY" ]; then REPOSITORY="andrejusk/dotfiles"; fi if [ -z "$REPOSITORY" ]; then REPOSITORY="andrejusk/dotfiles"; fi
readonly repository_url="https://github.com/$REPOSITORY.git" readonly repository_url="git@github.com:$REPOSITORY.git"
echo "using repository: $repository_url" echo "using repository: $repository_url"
# Variables: $WORKSPACE # Variables: $WORKSPACE