Skip to content

Commit 7d15a9a

Browse files
authored
Merge pull request #144 from derme302/patch-1
Fix for Matrix Certificate not trusted
2 parents c746b33 + d797997 commit 7d15a9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

home/pi/auto_run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@ then
815815
# add repo
816816
curl https://apt.matrix.one/doc/apt-key.gpg | sudo apt-key add -
817817
echo "deb https://apt.matrix.one/raspbian $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/matrixlabs.list
818+
sudo update-ca-certificates
818819
sudo apt-get -o Acquire::ForceIPv4=true update -y
819820
sudo apt-get -o Acquire::ForceIPv4=true upgrade -y
820821

0 commit comments

Comments
 (0)