mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
updated ReadMe and setup
This commit is contained in:
parent
9b68d1c25e
commit
7a5c2e3ea3
2 changed files with 48 additions and 7 deletions
23
setup.sh
23
setup.sh
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue