refactor(setup): verwijder Puffin installatie en gebruik Chromium
De installatie van de Puffin browser via Pi-Apps is verwijderd om het script te vereenvoudigen. In plaats daarvan wordt nu Chromium direct geïnstalleerd voor betere compatibiliteit en onderhoudsgemak. Dit vermindert externe afhankelijkheden en stroomlijnt het installatieproces voor de gebruiker.
This commit is contained in:
parent
08e473e0c7
commit
585406a39a
@ -20,15 +20,7 @@ fi
|
|||||||
|
|
||||||
# Zorg dat Chromium er is
|
# Zorg dat Chromium er is
|
||||||
echo "🌐 Browser controleren..."
|
echo "🌐 Browser controleren..."
|
||||||
sudo apt install -y unclutter
|
sudo apt install -y chromium-browser
|
||||||
|
|
||||||
# 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
|
# Configureer HDMI audio automatisch
|
||||||
echo "🔊 HDMI audio automatisch configureren..."
|
echo "🔊 HDMI audio automatisch configureren..."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user