Skip to content

Instantly share code, notes, and snippets.

@rcmachado
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save rcmachado/298d077b00242807010a to your computer and use it in GitHub Desktop.

Select an option

Save rcmachado/298d077b00242807010a to your computer and use it in GitHub Desktop.

Revisions

  1. rcmachado revised this gist Oct 16, 2014. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion install.sh
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,11 @@
    #!/bin/sh
    # Install & configure boxen

    SKIP_ENCRYPTION="--no-fde"
    BOXEN_REPOSITORY="https://github.com/rcmachado/my-boxen"

    sudo mkdir -p /opt/boxen
    sudo chown ${USER}:staff /opt/boxen
    git clone https://github.com/rcmachado/my-boxen /opt/boxen/repo
    git clone ${BOXEN_REPOSITORY} /opt/boxen/repo
    cd /opt/boxen/repo
    ./script/boxen ${SKIP_ENCRYPTION}
  2. rcmachado created this gist Sep 23, 2014.
    9 changes: 9 additions & 0 deletions install.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    # Install & configure boxen

    SKIP_ENCRYPTION="--no-fde"

    sudo mkdir -p /opt/boxen
    sudo chown ${USER}:staff /opt/boxen
    git clone https://github.com/rcmachado/my-boxen /opt/boxen/repo
    cd /opt/boxen/repo
    ./script/boxen ${SKIP_ENCRYPTION}