Compare commits
No commits in common. "c4ffa6e9aa90746cadedc055d5ff52db18705e20" and "08e473e0c7eb6fc28eba3fb870a80855429338e6" have entirely different histories.
c4ffa6e9aa
...
08e473e0c7
1
done
1
done
@ -77,4 +77,3 @@ Wed May 28 14:02:31 CEST 2025: Debug tijd synchronisatie toegevoegd tussen debug
|
||||
2025-05-29 16:54:45 - Hardcore boot optimalisaties toegevoegd: CPU overclock, SD overclock, meer services disabled, fastboot parameter, RAM optimalisaties voor sub-60sec boot
|
||||
2025-05-29 17:03:53 - Chrome translate banner uitgeschakeld: --disable-translate, --disable-features=Translate, --lang=nl flags toegevoegd aan beide setup scripts
|
||||
2025-05-29 17:07:38 - Browser gewijzigd van Chromium naar Puffin: 4x sneller, 80MB minder RAM, cloud rendering voor betere Pi3 prestaties
|
||||
2025-05-29 17:28:00 - Terug naar Chromium: Puffin werkte niet goed op Pi3
|
||||
@ -20,7 +20,15 @@ fi
|
||||
|
||||
# Zorg dat Chromium er is
|
||||
echo "🌐 Browser controleren..."
|
||||
sudo apt install -y chromium-browser
|
||||
sudo apt install -y unclutter
|
||||
|
||||
# Installeer Pi-Apps voor Puffin browser
|
||||
echo "🌐 Pi-Apps en Puffin browser installeren..."
|
||||
wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash
|
||||
|
||||
# Installeer Puffin via Pi-Apps (automatisch)
|
||||
echo "🚀 Puffin browser installeren..."
|
||||
~/.local/share/pi-apps/pi-apps install Puffin || echo "⚠️ Puffin installatie handmatig voltooien via Pi-Apps"
|
||||
|
||||
# Configureer HDMI audio automatisch
|
||||
echo "🔊 HDMI audio automatisch configureren..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user