updated ReadMe and setup

This commit is contained in:
Chris Frankland-Wright 2025-06-23 15:06:30 +01:00
parent 9b68d1c25e
commit 7a5c2e3ea3
2 changed files with 48 additions and 7 deletions

View file

@ -1,8 +1,15 @@
#!/bin/bash
set -e
echo "🔧 Installing dependencies for NTP Timeturner..."
echo "Hermione, Time to Twist the Timeturner..."
echo ""
echo "─────────────────────────────────────────────"
echo " Welcome to the NTP Timeturner Installer"
echo "─────────────────────────────────────────────"
echo ""
echo "\"It's a very complicated piece of magic...\" Hermione Granger"
echo "Initialising temporal calibration sequence..."
echo "Requesting clearance from the Ministry of Time Standards..."
echo ""
# Update and upgrade packages
sudo apt update && sudo apt upgrade -y
@ -16,10 +23,14 @@ sudo apt install -y alsa-utils ffmpeg portaudio19-dev python3-pyaudio
# LTC decoding tools
sudo apt install -y ltc-tools
# Optional: Network management (if needed later)
# sudo apt install -y network-manager
# Python packages
pip3 install numpy
echo "✅ Setup complete. Reboot recommended if this is the first run."
echo ""
echo "─────────────────────────────────────────────"
echo " Setup Complete"
echo "─────────────────────────────────────────────"
echo ""
echo "The TimeTurner is ready. But remember:"
echo "\"You must not be seen.\" Hermione Granger"
echo ""