2 个仓库
Installs kernel drivers and configures system files by executing a single shell script that automates the entire setup process.
Distinct from Installation Scripts: Distinct from Installation Scripts: focuses on driver installation via shell scripts, not general software setup automation.
Explore 2 awesome GitHub repositories matching development tools & productivity · Shell-Script-Based Driver Installers. Refine with filters or upvote what's useful.
wireguard-install 是一个自动化设置工具和引导式 Shell 脚本,用于在各种 Linux 发行版上部署和配置 WireGuard VPN 服务器。它作为一个 Linux VPN 服务器自动化程序,处理网络隧道软件的安装以及在主机系统上建立安全配置。 该项目包括一个用于管理客户端访问的命令行界面,允许添加和删除授权的 VPN 用户并生成客户端配置。它还提供了一个卸载网络隧道并删除所有相关系统配置以清理主机环境的工具。 该工具采用交互式向导来收集部署参数,并自动化生成加密密钥对和系统配置文件。它根据检测到的 Linux 发行版将软件需求映射到特定的包管理器,并执行安装后钩子以确保网络接口在重启后保持持久性。
Uses a sequence of bash commands to automate the installation of packages and modification of system files.
Installs kernel drivers and configures system files by executing a single shell script that automates the entire setup process.