Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 337 Bytes

README.mkdn

File metadata and controls

15 lines (8 loc) · 337 Bytes

PegasusOS

To initialize your local repository using the trees, use a command like this:

repo init -u git@github.com:PegasusOS/android_manifest -b 12

Then to sync up:

repo sync --force-sync

OR, for those with limited bandwidth/storage:

repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags