File tree 2 files changed +3
-3
lines changed
app/src/main/java/org/daduke/realmar/dhcpv6client
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public void onLine(String line) {
52
52
public static void download_file (String file ) {
53
53
Log .d (TAG , "Downloading file: " + file );
54
54
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
56
56
));
57
57
}
58
58
Original file line number Diff line number Diff line change 2
2
# Created by Anastassios Martakos on 22/09/2015
3
3
#
4
4
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
7
7
8
8
echo " Done."
9
9
echo " You can verify ZIP files in ./app/src/main/res/raw/"
You can’t perform that action at this time.
0 commit comments