OSDN Git Service

Removing wget in favor of curl
authorDavid Runge <dvzrv@archlinux.org>
Tue, 23 Jun 2020 19:32:03 +0000 (21:32 +0200)
committerDavid Runge <dvzrv@archlinux.org>
Tue, 23 Jun 2020 19:38:39 +0000 (21:38 +0200)
commit9b49621f78465cf912f853e1884e3f7446497229
tree2307d44a5b55e486030396011408f22e6f859c8d
parent372a6f9b2f1c3b7beb02f059437a50aa57c9d674
Removing wget in favor of curl

configs/releng/airootfs/root/.automated_script.sh:
Replacing wget with curl for the use-case of downloading a
pre-specified remote startup script (changing flags where needed).

configs/releng/packages.x86_64:
Removing wget from the list of installed packages, as
.automated_script.sh was the only reason for it being installed.

Closes #16
configs/releng/airootfs/root/.automated_script.sh
configs/releng/packages.x86_64