Skip to content

Commit 29e2e4c

Browse files
author
Anastassios Martakos
committed
realmar.daduke.org -> cmmn.realmar.net
1 parent a909d73 commit 29e2e4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/java/org/daduke/realmar/dhcpv6client/SUCalls.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void onLine(String line) {
5252
public static void download_file(String file) {
5353
Log.d(TAG, "Downloading file: " + file);
5454
Shell.SU.run(Arrays.asList(
55-
"busybox wget -O " + file + " http://realmar.daduke.org/dhcp/dhcp_complete" + file
55+
"busybox wget -O " + file + " http://cmmn.realmar.net/dhcp/dhcp_complete" + file
5656
));
5757
}
5858

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Created by Anastassios Martakos on 22/09/2015
33
#
44

5-
wget -O ./app/src/main/res/raw/dhcpv6_base.zip http://realmar.daduke.org/dhcp/dhcpv6_base.zip
6-
wget -O ./app/src/main/res/raw/dhcpv6_update.zip http://realmar.daduke.org/dhcp/dhcpv6_update.zip
5+
wget -O ./app/src/main/res/raw/dhcpv6_base.zip http://cmmn.realmar.net/dhcp/dhcpv6_base.zip
6+
wget -O ./app/src/main/res/raw/dhcpv6_update.zip http://cmmn.realmar.net/dhcp/dhcpv6_update.zip
77

88
echo "Done."
99
echo "You can verify ZIP files in ./app/src/main/res/raw/"

0 commit comments

Comments
 (0)