---
url: https://eoht.net/vps/tools/all-purpose-toolbox.md
description: >-
  本文介绍 VPS 全能工具箱的运行准备与一键脚本入口，分别给出 Debian/Ubuntu、CentOS 安装 curl 的命令，以及官网版和 GitHub
  版脚本的下载、授权与执行方法。
---

# VPS 全能工具箱安装与一键脚本使用教程 {#vps-all-purpose-toolbox}

## 安装下载工具 {#install-download-tools}

::: code-group

```sh [Debian/Ubuntu]
apt update -y  && apt install -y curl
```

```sh [CentOS]
yum update && yum install curl
```

:::

## 一键脚本 {#run-toolbox-script}

::: code-group

```sh [官网版]
curl -sS -O https://kejilion.pro/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh
```

```sh [GitHub版]
curl -sS -O https://raw.githubusercontent.com/kejilion/sh/main/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh
```

:::
