[feat] Initial work for running setup through proxy

This commit is contained in:
William Wernert
2020-05-22 11:40:16 -04:00
parent 967148890c
commit b029d9aca6
4 changed files with 58 additions and 4 deletions

View File

@@ -15,6 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
cd setup
cd setup || exit
./so-setup network
./so-setup network "$@"