Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 386 Bytes

readme.md

File metadata and controls

16 lines (14 loc) · 386 Bytes

Intended use

Create a desired setup for a HTPC after a clean x64 Lubuntu install

Install

Run the following commands:

sudo apt-get update
sudo apt-get install git
git clone https://github.com/supmagc/HtpcInit.git HtpcInit && cd HtpcInit && sudo ./main.sh && cd ../

Update

Run the following commands:

git -C HtpcInit pull && cd HtpcInit && sudo ./main.sh && cd ../