Skip to content
代码片段 群组 项目
  1. 1月 23, 2023
    • Simon Rozman's avatar
      fetcher: add /noprompt switch · dcc0eb72
      Simon Rozman 创作于
      
      Deploying WireGuard MSI using Microsoft Endpoint Manager (aka MS Intune)
      falls short with poor Microsoft Endpoint Manager support: no ARM64
      support, requires multiple per-architecture deployments...
      
      Fetcher proves super-useful for automating WireGuard install. It
      contains platform selection logic, MSI download, integrity check...
      
      However, automated installation is an unattended process and the
      wireguard-installer.exe must not block the process for any user prompts.
      
      Signed-off-by: default avatarSimon Rozman <simon@rozman.si>
      dcc0eb72
  2. 3月 28, 2022
  3. 3月 17, 2022
  4. 1月 19, 2022
    • Jason A. Donenfeld's avatar
      Makefile: choose newest version of Go · 29cdb334
      Jason A. Donenfeld 创作于
      
      Now that these are sorted properly, we can rely on the top one being the
      newest. Before, we assumed the last one was the newest, which was only
      true during betas and rcs, which required us to swap back and forth
      between the first one and the last one. But even then, the last one
      wouldn't always be the latest beta! So sometimes we had to change it to
      the second to last one. And on and on with madness. In other words,
      before the list was basically unsorted. But now that it's sorted, we can
      just use the top one always, which is what we want.
      
      Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
      29cdb334
  5. 1月 17, 2022
  6. 1月 07, 2022
  7. 12月 23, 2021
  8. 12月 22, 2021
  9. 12月 16, 2021
  10. 12月 15, 2021
  11. 12月 10, 2021
  12. 12月 03, 2021
  13. 11月 26, 2021
  14. 11月 25, 2021
  15. 11月 11, 2021
  16. 11月 09, 2021
  17. 11月 06, 2021
  18. 10月 30, 2021
  19. 10月 28, 2021
加载中