File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ SCRIPTS=/var/scripts
112112if [ -f $SCRIPTS /test-new-config.sh ]
113113then
114114 rm $SCRIPTS /test-new-config.sh
115- wget https://raw.githubusercontent.com/enoch85 /wordpress-vm/master/lets-encrypt/test-new-config.sh -P $SCRIPTS
115+ wget https://raw.githubusercontent.com/techandme /wordpress-vm/master/lets-encrypt/test-new-config.sh -P $SCRIPTS
116116 chmod +x $SCRIPTS /test-new-config.sh
117117else
118- wget https://raw.githubusercontent.com/enoch85 /wordpress-vm/master/lets-encrypt/test-new-config.sh -P $SCRIPTS
118+ wget https://raw.githubusercontent.com/techandme /wordpress-vm/master/lets-encrypt/test-new-config.sh -P $SCRIPTS
119119 chmod +x $SCRIPTS /test-new-config.sh
120120fi
121121echo
312312| Please check the guide for further information on how to enable SSL. |
313313| |
314314| This script is developed on GitHub, feel free to contribute: |
315- | https://github.com/enoch85 /wordpress-vm |
315+ | https://github.com/techandme /wordpress-vm |
316316| |
317317| The script will now do some cleanup and revert the settings. |
318318+------------------------------------------------------------------------+
Original file line number Diff line number Diff line change 3434 echo " Script exists"
3535else
3636 mkdir -p /var/scripts
37- wget -q https://raw.githubusercontent.com/enoch85 /wordpress-vm/master/wp-permissions.sh -P /var/scripts/
37+ wget -q https://raw.githubusercontent.com/techandme /wordpress-vm/master/wp-permissions.sh -P /var/scripts/
3838fi
3939sudo bash /var/scripts/wp-permissions.sh
4040
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ IFACE=$(lshw -c network | grep "logical name" | awk '{print $3; exit}')
1010CLEARBOOT=$( dpkg -l linux-* | awk ' /^ii/{ print $2}' | grep -v -e ` uname -r | cut -f1,2 -d" -" ` | grep -e [0-9] | xargs sudo apt -y purge)
1111WANIP=$( dig +short myip.opendns.com @resolver1.opendns.com)
1212PHPMYADMIN_CONF=" /etc/apache2/conf-available/phpmyadmin.conf"
13- STATIC=" https://raw.githubusercontent.com/enoch85 /wordpress-vm/master/static"
14- LETS_ENC=" https://raw.githubusercontent.com/enoch85 /wordpress-vm/master/lets-encrypt"
13+ STATIC=" https://raw.githubusercontent.com/techandme /wordpress-vm/master/static"
14+ LETS_ENC=" https://raw.githubusercontent.com/techandme /wordpress-vm/master/lets-encrypt"
1515
1616# Check if root
1717 if [ " $( whoami) " != " root" ]; then
@@ -36,7 +36,7 @@ wget -q --spider http://github.com
3636 else
3737 echo
3838 echo " Network NOT OK. You must have a working Network connection to run this script."
39- echo " Please report this to: https://github.com/enoch85 /wordpress-vm/issues/new"
39+ echo " Please report this to: https://github.com/techandme /wordpress-vm/issues/new"
4040 exit 1
4141 fi
4242
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ HTTP_CONF="/etc/apache2/sites-available/wordpress_port_80.conf"
2525IFACE=$( lshw -c network | grep " logical name" | awk ' {print $3; exit}' )
2626ADDRESS=$( hostname -I | cut -d ' ' -f 1)
2727# Repos
28- GITHUB_REPO=" https://raw.githubusercontent.com/enoch85 /wordpress-vm/master"
29- STATIC=" https://raw.githubusercontent.com/enoch85 /wordpress-vm/master/static"
28+ GITHUB_REPO=" https://raw.githubusercontent.com/techandme /wordpress-vm/master"
29+ STATIC=" https://raw.githubusercontent.com/techandme /wordpress-vm/master/static"
3030# Create user for installing if not existing
3131UNIXUSER=wordpress
3232UNIXPASS=wordpress
You can’t perform that action at this time.
0 commit comments