From 0b58406c0fb8822b4c78c1230bc966b35f039491 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Tue, 26 Jun 2018 09:37:29 +0200 Subject: [PATCH] Use default branch for upstream CustomPiOS --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index baae66d..1774d76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: script: - pushd ../ - - git clone -b patch-1 https://github.com/guysoft/CustomPiOS.git + - git clone https://github.com/guysoft/CustomPiOS.git - popd - cd src/image - wget -c 'https://downloads.raspberrypi.org/raspbian_lite_latest' -O 'latest-raspbian.zip' diff --git a/README.md b/README.md index 387cd01..a9db326 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ minimalKioskPresenter uses files in /boot for basic configuration: ``` sudo apt-get install realpath p7zip-full qemu-user-static -git clone -b patch-1 https://github.com/guysoft/CustomPiOS.git +git clone https://github.com/guysoft/CustomPiOS.git git clone https://github.com/TheLastProject/minimalKioskOS.git cd minimalKioskOS/src/image wget -c 'https://downloads.raspberrypi.org/raspbian_lite_latest' -O 'latest-raspbian.zip'