Modular structure, auto-deploy scripts, and use main branch

This commit is contained in:
Joan
2025-12-31 11:48:42 +01:00
parent 04cd96b1af
commit d183b4e347
3 changed files with 84 additions and 67 deletions

View File

@@ -13,7 +13,7 @@ echo "=== Matrix64 LED Display Installation ==="
if [ -d "$INSTALL_DIR" ]; then
echo "Directory exists, updating..."
cd "$INSTALL_DIR"
git pull origin master
git pull origin main
else
echo "Cloning repository..."
git clone "$REPO_URL" "$INSTALL_DIR"