Skip to content

Commit ad5cfd4

Browse files
committed
PPA switched to github, INDIGO installation moved after stage2
1 parent bab237a commit ad5cfd4

32 files changed

Lines changed: 30 additions & 10 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
**/.DS_Store
2+
pi-gen-master*

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rm -rf pi-gen-master.zip pi-gen-master
22
curl -o pi-gen-master.zip -L https://github.com/RPi-Distro/pi-gen/archive/master.zip
33
unzip pi-gen-master.zip
4-
cp -R config stage0-indigo stage2-indigo pi-gen-master
4+
cp -Rf config indigosky stage2 pi-gen-master
55
docker rm -v pigen_work
66
cd pi-gen-master;./build-docker.sh

config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ WPA_ESSID='indigosky'
55
WPA_PASSWORD='indigosky'
66
WPA_COUNTRY='GB'
77
ENABLE_SSH=1
8-
STAGE_LIST='stage0 stage0-indigo stage1 stage2 stage2-indigo'
8+
STAGE_LIST='stage0 stage1 stage2 indigosky'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dnsmasq hostapd haveged avahi-utils gphoto2 neofetch aptitude indigo
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
deb [trusted=yes] https://indigo-astronomy.github.io/indigo_ppa/ppa indigo main
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)