Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MacOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GAEV
Packer
MacOS
Commits
28299488
Commit
28299488
authored
4 years ago
by
Jean-Francois Rey
Browse files
Options
Downloads
Patches
Plain Diff
update python3 install and xcode install
parent
f84ace0d
Branches
master
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/install-homebrew.sh
+2
-1
2 additions, 1 deletion
scripts/install-homebrew.sh
scripts/install-xcode.sh
+4
-1
4 additions, 1 deletion
scripts/install-xcode.sh
with
6 additions
and
2 deletions
scripts/install-homebrew.sh
+
2
−
1
View file @
28299488
...
...
@@ -12,10 +12,11 @@ echo | ./homebrewscript/install.sh
echo
| ./homebrewscript/install.sh
rm
-rf
homebrewscript
echo
"Install homebrew sshpass"
#
echo "Install homebrew sshpass"
# otherwise install from src
#brew tap esolitos/ipa
#brew install sshpass
echo
"Install python 3.x"
brew
install
python
This diff is collapsed.
Click to expand it.
scripts/install-xcode.sh
+
4
−
1
View file @
28299488
...
...
@@ -9,7 +9,10 @@ hdiutil detach /Volumes/Command\ Line\ Developer\ Tools
rm
Command_Line_Tools_for_Xcode.dmg
echo
"Install Xcode"
xip
-x
~/Xcode.xip
xip
-x
~/Xcode.xip
rm
~/Xcode.xip
sudo mv
Xcode.app /Applications/Xcode.app
sudo
xcode-select
--switch
/Applications/Xcode.app
sudo
xcodebuild
-license
accept
echo
"All done"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment