Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara-scripts
Commits
95e1f7b0
Commit
95e1f7b0
authored
Aug 11, 2015
by
Aaron Wells
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move the variables back up to the top
parent
98086ee8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vm/gitsetup.sh
vm/gitsetup.sh
+4
-4
No files found.
vm/gitsetup.sh
View file @
95e1f7b0
...
...
@@ -2,6 +2,10 @@
# This is a shell script to assist non-technical users in customizing the git environment
# in a VM that already has Mahara installed.
localuser
=
qa
homedir
=
/home/
$localuser
sshdir
=
$homedir
/.ssh
desktopdir
=
$homedir
/Desktop
echo
""
echo
"This script will help you set up your git and generate your SSH public key"
...
...
@@ -15,10 +19,6 @@ echo ""
echo
"Otherwise, hit Return to continue."
read
localuser
=
qa
homedir
=
/home/
$localuser
sshdir
=
$homedir
/.ssh
desktopdir
=
$homedir
/Desktop
echo
"Please enter your name (e.g.
\"
Mike O'Connor
\"
): "
read
name
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment