Skip to content

Commit

Permalink
Add copyright notice to install-xcode.sh (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Cripps authored and sam-github committed Oct 22, 2019
1 parent 2e65cde commit 946dbdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/roles/package-upgrade/files/install-xcode.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/bash

#Copyright (c) 2013 rtrouton
#source: https://github.com/rtrouton/rtrouton_scripts/blob/126d22503b862d02869154b444d071382827a250/rtrouton_scripts/install_xcode_command_line_tools/install_xcode_command_line_tools.sh

osx_vers=$(sw_vers -productVersion | awk -F "." '{print $2}')
cmd_line_tools_temp_file="/tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress"

Expand Down

0 comments on commit 946dbdf

Please sign in to comment.