Skip to content

Commit

Permalink
few issues I found when running install on a random linx, squash with VM
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew F. Quijano committed Aug 15, 2024
1 parent 9604908 commit ef2008a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fi

curl -LJO https://github.com/panda-re/panda/releases/download/v1.8.23/pandare_22.04.deb
mv *.deb /tmp
$SUDO apt install /tmp/pandare_22.04.deb
$SUDO apt-get -y install /tmp/pandare_22.04.deb
rm /tmp/*.deb

progress "Installed build dependencies"
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup_postgres.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ echo "host all all 0.0.0.0/0 md5" >> $PG_HBA
sed -i 's/scram-sha-256/md5/g' $PG_HBA

# Restart PostgreSQL service
service postgresql restart
service postgresql restart
Empty file modified setup_container.sh
100644 → 100755
Empty file.

0 comments on commit ef2008a

Please sign in to comment.