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
advanced_computer_architecture
vagrant
Commits
67d1a6ba
Commit
67d1a6ba
authored
Jan 25, 2016
by
michael
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove typo
parent
848f1542
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
init_local_config.sh
init_local_config.sh
+7
-4
No files found.
init_local_config.sh
View file @
67d1a6ba
...
...
@@ -4,7 +4,10 @@ mkdir -p local_config
mkdir
-p
local_config/ssh
ssh-keygen
-f
local_config/ssh/id_rsa
-N
""
echo
"#!/bin/bash"
>
local_config/local_booststrap.sh
echo
" "
>>
local_config/local_booststrap.sh
echo
'echo "Setting local configuration"'
>>
local_config/local_bootstrap.sh
chmod
ugo+x bootstrap.sh
\ No newline at end of file
cat
<<
EOF
> local_config/local_bootstrap.sh
#!/bin/bash
echo "Setting local configuration"
EOF
chmod
ugo+x bootstrap.sh
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