This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ##!/bin/bash | |
| ## setting up the least to a clean linux env on a chromebook | |
| ## mostly a copy&paste from instructions found on the web, which is why the approach is not consistent... | |
| ## i might clean it up in the future but as long as it works it does the job. | |
| sudo apt-get update | |
| sudo apt-get upgrade | |
| sudo apt-get install apt-transport-https ca-certificates gnupg software-properties-common apt-utils |