Skip to content

Commit 0931dfa

Browse files
author
enoch85
committed
change repo
1 parent 03e67a1 commit 0931dfa

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

lets-encrypt/activate-ssl.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ SCRIPTS=/var/scripts
112112
if [ -f $SCRIPTS/test-new-config.sh ]
113113
then
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
117117
else
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
120120
fi
121121
echo
@@ -312,7 +312,7 @@ else
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
+------------------------------------------------------------------------+

static/wordpress_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ then
3434
echo "Script exists"
3535
else
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/
3838
fi
3939
sudo bash /var/scripts/wp-permissions.sh
4040

wordpress-startup-script.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ IFACE=$(lshw -c network | grep "logical name" | awk '{print $3; exit}')
1010
CLEARBOOT=$(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)
1111
WANIP=$(dig +short myip.opendns.com @resolver1.opendns.com)
1212
PHPMYADMIN_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

wordpress_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ HTTP_CONF="/etc/apache2/sites-available/wordpress_port_80.conf"
2525
IFACE=$(lshw -c network | grep "logical name" | awk '{print $3; exit}')
2626
ADDRESS=$(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
3131
UNIXUSER=wordpress
3232
UNIXPASS=wordpress

0 commit comments

Comments
 (0)