We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
由于 CTF-OS 的打包周期的存在导致内部的工具不能及时更新到最新版
Scoop 类似于 Windows 平台的包管理器,可以通过 scoop update 指令对软件包进行快速升级
scoop update
引入 Scoop 可以对内部软件包进行快速升级,减少因为打包周期导致软件更新不及时的问题。同时软件包仓库通过 GitHub Action 定时检测更新来保证软件仓库中的软件包是最新版。
Scoop 主仓库 以及 Extras 仓库已经存在部分软件包可以使用,但是仍然有一些安全工具并未收录于官方仓库中。
目前打算维护一个安全工具的 Scoop 软件仓库 scoop-ctftools-bucket 收录常用安全工具,可以放到 CTF-OS 中实现相关工具的更新。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Motivation
由于 CTF-OS 的打包周期的存在导致内部的工具不能及时更新到最新版
Background
Scoop 类似于 Windows 平台的包管理器,可以通过
scoop update
指令对软件包进行快速升级引入 Scoop 可以对内部软件包进行快速升级,减少因为打包周期导致软件更新不及时的问题。同时软件包仓库通过 GitHub Action 定时检测更新来保证软件仓库中的软件包是最新版。
Action
Scoop 主仓库 以及 Extras 仓库已经存在部分软件包可以使用,但是仍然有一些安全工具并未收录于官方仓库中。
目前打算维护一个安全工具的 Scoop 软件仓库 scoop-ctftools-bucket 收录常用安全工具,可以放到 CTF-OS 中实现相关工具的更新。
The text was updated successfully, but these errors were encountered: