|
@@ -1,5 +1,9 @@
|
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
+#
|
|
|
|
|
+# Get a default set of modules. Edit as desired.
|
|
|
|
|
+#
|
|
|
|
|
+
|
|
|
dangeroption="--allow-internet-access-and-risk-tracing-and-jail-or-martyrdom"
|
|
dangeroption="--allow-internet-access-and-risk-tracing-and-jail-or-martyrdom"
|
|
|
|
|
|
|
|
intro=
|
|
intro=
|
|
@@ -22,8 +26,8 @@ echo ""
|
|
|
echo ""
|
|
echo ""
|
|
|
echo "Although this setup script provides a convenient way for installing"
|
|
echo "Although this setup script provides a convenient way for installing"
|
|
|
echo "and upgrading SWORD components, it also uses a systematic method"
|
|
echo "and upgrading SWORD components, it also uses a systematic method"
|
|
|
-echo "for accessing sites which gives packet sniffers a target to lock"
|
|
|
|
|
-echo "into for singling out users."
|
|
|
|
|
|
|
+echo "for accessing sites which gives packet sniffers a target to lock on"
|
|
|
|
|
+echo "to for singling out users."
|
|
|
echo ""
|
|
echo ""
|
|
|
echo ""
|
|
echo ""
|
|
|
echo "IF YOU LIVE IN A COUNTRY WHERE YOU MAY BE PERSECUTED AND DO NOT WISH"
|
|
echo "IF YOU LIVE IN A COUNTRY WHERE YOU MAY BE PERSECUTED AND DO NOT WISH"
|
|
@@ -51,13 +55,27 @@ installmgr $dangeroption -r CrossWire
|
|
|
installmgr $dangeroption -ri CrossWire KJV
|
|
installmgr $dangeroption -ri CrossWire KJV
|
|
|
installmgr $dangeroption -ri CrossWire Byz
|
|
installmgr $dangeroption -ri CrossWire Byz
|
|
|
installmgr $dangeroption -ri CrossWire MorphGNT
|
|
installmgr $dangeroption -ri CrossWire MorphGNT
|
|
|
|
|
+installmgr $dangeroption -ri CrossWire SBLGNT
|
|
|
|
|
+installmgr $dangeroption -ri CrossWire SBLGNTApp
|
|
|
|
|
+installmgr $dangeroption -ri CrossWire WHNU
|
|
|
installmgr $dangeroption -ri CrossWire OSHB
|
|
installmgr $dangeroption -ri CrossWire OSHB
|
|
|
installmgr $dangeroption -ri CrossWire OSHM
|
|
installmgr $dangeroption -ri CrossWire OSHM
|
|
|
|
|
+installmgr $dangeroption -ri CrossWire LXX
|
|
|
|
|
+installmgr $dangeroption -ri CrossWire Robinson
|
|
|
|
|
+installmgr $dangeroption -ri CrossWire Packard
|
|
|
installmgr $dangeroption -ri CrossWire AbbottSmithStrongs
|
|
installmgr $dangeroption -ri CrossWire AbbottSmithStrongs
|
|
|
installmgr $dangeroption -ri CrossWire BDBGlosses_Strongs
|
|
installmgr $dangeroption -ri CrossWire BDBGlosses_Strongs
|
|
|
-installmgr $dangeroption -r "Lackman Foundation"
|
|
|
|
|
-installmgr $dangeroption -ri "Lackman Foundation" NASB
|
|
|
|
|
-installmgr $dangeroption -r "Xiphos"
|
|
|
|
|
-installmgr $dangeroption -ri "Xiphos" StrongsRealGreek
|
|
|
|
|
-installmgr $dangeroption -ri "Xiphos" StrongsRealHebrew
|
|
|
|
|
|
|
+installmgr $dangeroption -ri CrossWire MLStrong
|
|
|
|
|
+installmgr $dangeroption -ri CrossWire VarApp
|
|
|
|
|
+installmgr $dangeroption -ri CrossWire TSK
|
|
|
|
|
+installmgr $dangeroption -ri CrossWire Clarke
|
|
|
|
|
+installmgr $dangeroption -ri CrossWire MHC
|
|
|
|
|
+installmgr $dangeroption -r "Lockman Foundation"
|
|
|
|
|
+installmgr $dangeroption -ri "Lockman Foundation" NASB
|
|
|
|
|
+installmgr $dangeroption -r Xiphos
|
|
|
|
|
+installmgr $dangeroption -ri Xiphos StrongsRealGreek
|
|
|
|
|
+installmgr $dangeroption -ri Xiphos StrongsRealHebrew
|
|
|
|
|
+installmgr $dangeroption -ri Xiphos NET
|
|
|
|
|
+installmgr $dangeroption -ri Xiphos NETnote
|
|
|
|
|
+
|
|
|
|
|
|