You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
243 B
Bash

5 years ago
#!/bin/bash
# fetch site
[[ ! -d /var/www/html/.git ]] && \
git clone https://github.com/mescon/Muximux /var/www/html && \
mv /scripts/settings.ini.php /var/www/html/settings.ini.php
# permissions
chown -R www-data:www-data /var/www/html