Skip to content

Commit

Permalink
check a few more things
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Oct 13, 2024
1 parent c4c943a commit 4bd2902
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,13 @@ fi
debug "This is the installation script for PhotonVision."
debug "Installing for platform $ARCH"

echo "*** CPU Info ******************************************************************"
echo "*** ischroot ***********************************************************"
if ischroot; then
echo "Running in chroot"
fi
echo "*** uname **************************************************************"
uname --all
echo "*** CPU Info ***********************************************************"
cat /proc/cpuinfo

DISTRO=$(lsb_release -is)
Expand Down

0 comments on commit 4bd2902

Please sign in to comment.