Skip to content

Instantly share code, notes, and snippets.

@meeh420
Forked from marcelmorgan/gist:4046271
Created January 3, 2016 18:43
Show Gist options
  • Select an option

  • Save meeh420/ef2ddac29ece9ebcd3b8 to your computer and use it in GitHub Desktop.

Select an option

Save meeh420/ef2ddac29ece9ebcd3b8 to your computer and use it in GitHub Desktop.

Revisions

  1. Marcel Morgan revised this gist Nov 9, 2012. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,4 @@
    #!/usr/bin/env bash
    pacman -Syyu
    pacman -S ruby
    pacman -S base-devel
    pacman -S ruby rsync base-devel
    gem install chef ruby-shadow --no-ri --no-rdoc --no-user-install
  2. Marcel Morgan created this gist Nov 9, 2012.
    5 changes: 5 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    #!/usr/bin/env bash
    pacman -Syyu
    pacman -S ruby
    pacman -S base-devel
    gem install chef ruby-shadow --no-ri --no-rdoc --no-user-install