Modular structure, auto-deploy scripts, and use main branch
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user