parallel.waitForAll( function() shell.run("wget", "http://gitlab.aowolfie.com/aowolfie/bluecomputer/-/raw/beta/bin/hex.lua", "/bin/hex.lua") end , function() shell.run("wget", "http://gitlab.aowolfie.com/aowolfie/bluecomputer/-/raw/beta/lib/magehand.lua", "/lib/magehand.lua") end , function() shell.run("wget", "http://gitlab.aowolfie.com/aowolfie/bluecomputer/-/raw/beta/lib/param.lua", "/lib/param.lua") end , function() shell.run("wget", "http://gitlab.aowolfie.com/aowolfie/bluecomputer/-/raw/beta/lib/tabext.lua", "/lib/tabext.lua") end , function() shell.run("wget", "http://gitlab.aowolfie.com/aowolfie/bluecomputer/-/raw/beta/bin/startup/16_param.lua", "/bin/startup/16_param.lua") end , function() shell.run("wget", "http://gitlab.aowolfie.com/aowolfie/hacc/-/raw/master/startup.lua", "/startup.lua") end , function() shell.run("wget", "http://gitlab.aowolfie.com/aowolfie/bluecomputer/-/raw/beta/info/beta/aowolfie_mage.json", "/etc/magehand/aowolfie.json") end )