Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 668 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 668 Bytes

Linux on Dex setup - Ubuntu 16.04

A script to automatically configure the Linux on Dex Ubuntu 16.04 container. The Samsung out of the box experience isn't the most updated, so I thought I'd try to re-create it in a rerunnable way.

Run your terminal in root (the root password is "secret", no quotes):

sudo su

Copy and paste this in your Terminal:

sudo apt -y install git && git clone https://github.com/Francommit/linux_on_dex_setup.git && cd linux_on_dex_setup && chmod +x ./bootstrap.sh && ./bootstrap.sh