scripts are split between local and installs
This commit is contained in:
Executable
+17
@@ -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."
|
||||
Reference in New Issue
Block a user