scripts are split between local and installs

This commit is contained in:
2026-06-23 21:01:42 +02:00
parent 25612fc232
commit fddbf187ee
4 changed files with 0 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/bin/bash
# ---------------------------------------------------------------------------------
# Golang install recipe
# Fetches the void php version
# then installs composer with php
# ---------------------------------------------------------------------------------
set -e
# install the Void linux php version
sudo xbps-install php php-mysql php-sqlite php-ffi php-fpm php-intl php-xsl php-imagick php-gd
# install/download composer
sudo xbps-install composer
echo ""
echo "✅ PHP + Composer setup complete."