Skip to content

Commit 9a02c7e

Browse files
build
1 parent 8bcf82a commit 9a02c7e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/MagnusBilling-current.tar.gz

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:39207742f3900a5ed9af074c559b116de4d101fc3297f9370d22512c87d00abf
3-
size 104220378
2+
oid sha256:13f0115d0240cbec53b6e491ff05612b0a8e30746b1c9e396f0498736b3d8f66
3+
size 1401

protected/commands/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ get_linux_distribution
5252

5353
cd /var/www/html/mbilling
5454
rm -rf MagnusBilling-current.tar.gz
55-
wget --no-check-certificate https://raw.githubusercontent.com/magnussolution/magnusbilling7/source/build/MagnusBilling-current.tar.gz
55+
wget --no-check-certificate https://magnusbilling.org/download/MagnusBilling-current.tar.gz
5656
tar xzf MagnusBilling-current.tar.gz
5757

5858

script/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ PHP_INI=$(php -i | grep /.+/php.ini -oE)
9191

9292
mkdir -p /var/www/html/mbilling
9393
cd /var/www/html/mbilling
94-
wget --no-check-certificate https://raw.githubusercontent.com/magnussolution/magnusbilling7/source/build/MagnusBilling-current.tar.gz
94+
wget --no-check-certificate https://magnusbilling.org/download/MagnusBilling-current.tar.gz
9595
tar xzf MagnusBilling-current.tar.gz
9696

9797
echo

0 commit comments

Comments
 (0)