diff --git a/pi-setup.sh b/pi-setup.sh index ea5fbd0..b64e1ea 100644 --- a/pi-setup.sh +++ b/pi-setup.sh @@ -8,23 +8,6 @@ echo "📦 Systeem bijwerken..." sudo apt update -y sudo apt upgrade -y -# Installeer git voor repo clonen -echo "📥 Git installeren..." -sudo apt install -y git - -# Clone adhaan repository -echo "📦 Adhaan repository clonen..." -cd /home/$USER -if [ -d "adhan" ]; then - echo "⚠️ Adhan map bestaat al, pulling latest changes..." - cd adhan - git pull - cd .. -else - echo "📥 Adhan repository clonen..." - git clone https://git.tarikfaik.nl/Tarik/Adhaan.git -fi - # Installeer Docker echo "🐳 Docker installeren..." curl -fsSL https://get.docker.com -o get-docker.sh