Skip to content

Commit

Permalink
Use default branch for upstream CustomPiOS
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject committed Jun 26, 2018
1 parent 21cac92 commit 0b58406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0b58406

Please sign in to comment.