we no longer ship xtables, so don't try to install it

This commit is contained in:
n8fr8 2017-10-25 00:06:58 -04:00
parent f09508def5
commit 9140ba6a47
1 changed files with 0 additions and 5 deletions

View File

@ -101,11 +101,6 @@ public class TorResourceInstaller implements TorServiceConstants {
streamToFile(is,outFile, false, true);
setExecutable(outFile);
is = context.getAssets().open(cpuPath + '/' + IPTABLES_ASSET_KEY + MP3_EXT);
outFile = new File(installFolder, IPTABLES_ASSET_KEY);
streamToFile(is,outFile, false, true);
setExecutable(outFile);
is = context.getAssets().open(cpuPath + '/' + PDNSD_ASSET_KEY + MP3_EXT);
outFile = new File(installFolder, PDNSD_ASSET_KEY);
streamToFile(is,outFile, false, true);