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

Commit

Permalink
Merge pull request #183 from jeromegamez/master
Browse files Browse the repository at this point in the history
Changed download location for Kaleidoscope 2 Beta
  • Loading branch information
cunnie committed Jan 18, 2013
2 parents d52df66 + 06f274b commit 706734e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/kaleidoscope2.rb
@@ -1,12 +1,12 @@
unless File.exists?("/Applications/Kaleidoscope.app")

remote_file "#{Chef::Config[:file_cache_path]}/kaleidoscope.zip" do
remote_file "#{Chef::Config[:file_cache_path]}/kaleidoscope2.tar.gz" do
source "https://updates.blackpixel.com/latest-beta?app=ks"
owner WS_USER
end

execute "unzip Kaleidoscope" do
command "unzip #{Chef::Config[:file_cache_path]}/kaleidoscope.zip -d #{Chef::Config[:file_cache_path]}/"
command "tar -xzf #{Chef::Config[:file_cache_path]}/kaleidoscope2.tar.gz -C #{Chef::Config[:file_cache_path]}/"
user WS_USER
end

Expand Down

0 comments on commit 706734e

Please sign in to comment.