Skip to content

Commit

Permalink
Remove unnecessary directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebgl committed May 30, 2019
1 parent bdd19cc commit 1c30469
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ $script = <<-SCRIPT
apt-get update
apt-get install git docker docker-compose -y
git clone https://github.com/sebgl/htpc-download-box.git
mkdir /media
chown -R vagrant:vagrant /media
systemctl enable docker && systemctl start docker
chown -R vagrant:vagrant htpc-download-box
Expand Down

0 comments on commit 1c30469

Please sign in to comment.