Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Sep 12, 2024
1 parent 82dffe9 commit 748c221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ sudo mkdir -p /var/fallback
sudo wget -q "$FALLBACKIMG_URL" -O /var/fallback/fallback.png

# Download EDID data
sudo mkdir -p /usr/lib/firmware/edid/
sudo mkdir -p /lib/firmware/edid/
sudo wget -q "$EDID_DATA_URL" -O /lib/firmware/edid/edid.bin

# Configure Openbox
Expand Down Expand Up @@ -156,4 +156,4 @@ sudo apt -qq autoremove -y

# Reboot the system
echo -e "${GREEN}Configuration complete. The system will now reboot.${NC}\n\n"
sudo reboot
sudo reboot

0 comments on commit 748c221

Please sign in to comment.