lewagon / setup

Setup instructions for Le Wagon's students on their first day of Web Development Bootcamp

Home Page:https://www.lewagon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSL students will need `unzip` to use the wagon templates

Disco-Chef opened this issue · comments

unzip stylesheets.zip -d app/assets && rm stylesheets.zip && mv app/assets/rails-stylesheets-master app/assets/stylesheets

Ubuntu in WSL doesn't include unzip 🤷‍♂️ So they won't be able to run this line of the template script

Might as well add it in the setup?