Skip to content

Commit a80a5a1

Browse files
committed
add final FPH packages path
1 parent 17561a6 commit a80a5a1

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

02-stage-audiodriver-satellite1-v1.0/01-driver/03-run-chroot.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,17 @@ echo "Starting satellite1 driver installation..."
88

99
# 1. Install the Custom Kernel
1010
echo "Download and install Custom Kernel"
11-
# wget https://github.com/florian-asche/Satellite1-RPi/releases/download/develop/linux-headers-6.18.29-fusb302-rpi-v8_2_arm64.deb
12-
wget https://github.com/florian-asche/Satellite1-RPi/releases/download/develop/linux-image-6.18.29-fusb302-rpi-v8_2_arm64.deb
11+
wget https://github.com/FutureProofHomes/RPi-Kernel-Fusb302/releases/download/develop/linux-image-6.18.32-fusb302-rpi-v8_2_arm64.deb
1312
dpkg -i linux-image-*-fusb302-rpi-v8_*_arm64.deb
1413

1514

1615
# 2. Install System Configuration
1716
echo "Download and install System configuration"
18-
wget https://github.com/florian-asche/Satellite1-RPi/releases/download/develop/satellite1-rpi-setup_1.0-1_arm64.deb
17+
wget https://github.com/FutureProofHomes/Satellite1-RPi-Setup/releases/download/develop/satellite1-rpi-setup_1.0-1_arm64.deb
1918
dpkg -i satellite1-rpi-setup_*_arm64.deb
2019

2120

2221
# 3. Install the Python SDK
2322
#echo "Download and install Python SDK"
24-
wget https://github.com/florian-asche/Satellite1-RPi/releases/download/develop/satellite1-rpi-sdk_0.1.5_arm64.deb
23+
wget https://github.com/FutureProofHomes/Satellite1-RPi-SDK/releases/download/develop/satellite1-rpi-sdk_0.1.5_arm64.deb
2524
dpkg -i satellite1-rpi-sdk_*_arm64.deb

0 commit comments

Comments
 (0)