Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit 114ea42

Browse files
author
iancleary
committed
Update clone to /tmp folder, username is iancleary
1 parent 067714f commit 114ea42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

run_desktop.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ sudo apt install -y git make
77

88
## ------------------------
99
## Setup Repo Locally
10-
FOLDER=Personal
11-
GIT_USER=icancclearynow
10+
FOLDER=/tmp
11+
GIT_USER=iancleary
1212
GIT_REPO=ubuntu-dev-playbook
1313
GIT_BRANCH=main
1414
URL=https://github.com/$GIT_USER/$GIT_REPO.git

run_terminal.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ sudo apt install -y git make
77

88
## ------------------------
99
## Setup Repo Locally
10-
FOLDER=Personal
11-
GIT_USER=icancclearynow
10+
FOLDER=/tmp
11+
GIT_USER=iancleary
1212
GIT_REPO=ubuntu-dev-playbook
1313
GIT_BRANCH=main
1414
URL=https://github.com/$GIT_USER/$GIT_REPO.git

0 commit comments

Comments
 (0)