Skip to content

Commit

Permalink
purging debs to allow apt upgrades (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
schelleg authored Mar 4, 2022
1 parent 43e3385 commit dca200b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ chmod ugo+rw -R $PYNQ_JUPYTER_NOTEBOOKS
systemctl start jupyter.service
systemctl start pl_server.service

# Purge libdrm-xlnx-dev to allow `apt upgrade`
apt-get purge -y libdrm-xlnx-dev
apt-get purge -y libdrm-xlnx-amdgpu1

# Ask to connect to Jupyter
ip_addr=$(ip addr show eth0 | grep -oP '(?<=inet\s)\d+(\.\d+){3}')
echo -e "${GREEN}PYNQ Installation completed.${NC}\n"
Expand Down

0 comments on commit dca200b

Please sign in to comment.