Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 630 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 630 Bytes

HybridMod

Sync script setup for HybridMod.

  1. Initialize repo using the following commands
mkdir ~/bin && curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo && chmod a+x ~/bin/repo
echo "export PATH=~/bin:$PATH" >> ~/.bashrc && source ~/.bashrc
mkdir -p ~/HybridMod && cd ~/HybridMod
repo init -u git://github.com/HybridMod/roomservice.git -b master
  1. Add our local manifest
curl --create-dirs -L -o .repo/manifests/default.xml -O -L https://raw.githubusercontent.com/HybridMod/roomservice/master/default.xml
  1. Download sources
repo sync