Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Updated packages to be installed as user, not root
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Cunnie committed Oct 12, 2012
1 parent 4f53a1b commit 4f89fd4
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 13 deletions.
1 change: 1 addition & 0 deletions recipes/alfred.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
volumes_dir "Alfred.app"
source "http://cachefly.alfredapp.com/alfred_1.3_249.dmg"
checksum "2f6924d537e35997075bd411199edcfdf19a21f607b613932c0c60df8a09e7c9"
owner WS_USER
action :install
end
1 change: 1 addition & 0 deletions recipes/ccmenu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
volumes_dir "CCMenu 1.3"
source "http://surfnet.dl.sourceforge.net/project/ccmenu/CCMenu/1.3/ccmenu-1.3-b.dmg"
checksum "9afef887022002b0f074eb7db25349da53aea5d5a64d8415b756c676db9ad1de"
owner WS_USER
action :install
end
1 change: 1 addition & 0 deletions recipes/chrome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
dmg_name "googlechrome"
source "https://dl-ssl.google.com/chrome/mac/stable/GGRM/googlechrome.dmg"
checksum "bd85e06643abc3af5b1a049d8031c29f339f456c2d25852a7a4a1e6578b49792"
owner WS_USER
action :install
end
1 change: 1 addition & 0 deletions recipes/dropbox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
volumes_dir "Dropbox Installer"
source "http://dl-web.dropbox.com/u/17/b/Dropbox%201.4.12.dmg"
checksum "367f18673cc27ab9266d70765e5c33f9cfd59f91028d18bd1188de52c9422cf3"
owner WS_USER
action :install
end
1 change: 1 addition & 0 deletions recipes/evernote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
source "http://evernote.com/download/get.php?file=EvernoteMac"
checksum "20bf4ac0ed5e0e3c80806a60b72c986f9407ccedcd5b763c88a0440ac11db9b6"
accept_eula true
owner WS_USER
action :install
end
4 changes: 2 additions & 2 deletions recipes/firefox.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pivotal_workstation_package "Firefox" do
source "http://download.mozilla.org/?product=firefox-16.0.1&os=osx&lang=en-US"
action :install
user WS_USER
checksum "5911843c3b4c2a55105ceacba8a377bce897c984ee202bed963df34089fecae9"
owner WS_USER
action :install
end
3 changes: 2 additions & 1 deletion recipes/intellij_community_edition.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
intellij_version = "10.5.2"
pivotal_workstation_package "IntelliJ IDEA 10 CE" do
source "http://download.jetbrains.com/idea/ideaIC-#{intellij_version}.dmg"
action :install
checksum "69d7a7b055fcccb00695257385f585c1cb6e46eb29500184e0530b700f4c4ed5"
owner WS_USER
action :install
end
3 changes: 2 additions & 1 deletion recipes/intellij_ultimate_edition.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
intellij_version = "10.5.2"
pivotal_workstation_package "IntelliJ IDEA 10" do
source "http://download.jetbrains.com/idea/ideaIU-#{intellij_version}.dmg"
action :install
checksum "667c7227cccc011666492150320601fb7517ed9e9f3b935dcee1cc337bdadae9"
owner WS_USER
action :install
end
1 change: 1 addition & 0 deletions recipes/keycastr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
dmg_name "KeyCastr"
source "http://software-files-a.cnet.com/s/software/11/00/84/53/keycastr_0.8.0.dmg"
checksum "ecf59a2e46a8ca450c12f426a4d41000de1c3010a5c46fe12f23fdc647f3f1e7"
owner WS_USER
action :install
end
1 change: 1 addition & 0 deletions recipes/libreoffice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
volumes_dir "LibreOffice"
source "http://download.documentfoundation.org/libreoffice/stable/3.6.2/mac/x86/LibO_3.6.2_MacOS_x86_install_en-US.dmg"
checksum "b0edd3dc065ba1e061a3073d7ee6125d7e7c12ff7dee06132fa9d792feb1ec72"
owner WS_USER
action :install
end
1 change: 1 addition & 0 deletions recipes/pg_admin.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pivotal_workstation_package "pgAdmin3" do
source "http://ftp.postgresql.org/pub/pgadmin3/release/v1.14.3/osx/pgadmin3-1.14.3.dmg"
checksum "9435f79d5b52d0febeddfad392adf82db9df159196f496c1ab139a6957242ce9"
owner WS_USER
accept_eula true
end
3 changes: 2 additions & 1 deletion recipes/rubymine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

pivotal_workstation_package "RubyMine" do
source "http://download.jetbrains.com/ruby/RubyMine-4.5.4.dmg"
action :install
checksum "1983d4417c6b2817bd6534f8804c2366fbd074a17dbc5a98cd85161abe255714"
action :install
user WS_USER
end
11 changes: 3 additions & 8 deletions recipes/skype.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
app="Skype"

pivotal_workstation_package app do
source "http://download.skype.com/macosx/Skype_5.8.0.1027.dmg"
action :install
checksum "64ec1beaca76f648e7a5ba3bb1084afab735cbe6d6b17f9e2f52e22e14fcc596"
end

execute "chown /Applications/#{app}.app" do
command "chown -R #{WS_USER} '/Applications/#{app}.app'"
end
user WS_USER
action :install
end
1 change: 1 addition & 0 deletions recipes/sublime_text.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
dmg_name "Sublime%20Text%202.0.1"
source "http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.1.dmg"
checksum "b5f91ee4f62d36c0490c021d5fb134b9e7cb3936"
user WS_USER
action :install
end

Expand Down

0 comments on commit 4f89fd4

Please sign in to comment.