Skip to content

Instantly share code, notes, and snippets.

Installing Elixir and Phoenix under Windows 10 WSL Ubuntu 18.04 LTS

We need to install a few prerequisites for running Elixir under Ubuntu, notably nodejs and the Postgres client.

Ubuntu
sudo apt -y update && sudo apt -y upgrade

sudo apt -y install \
 git nano inotify-tools curl wget \
@rudolfb
rudolfb / elementaryos.md
Last active January 30, 2020 13:59 — forked from suberb/elementaryos.md
elementaryOS | Things To Do After Installing Elementary OS

First Things First

  • Enable PPA

     sudo apt -y update
     sudo apt install -y software-properties-common
  • Install apt-fast