diff --git a/README-ja.md b/README-ja.md index 92f88917b1..eb21afbb43 100644 --- a/README-ja.md +++ b/README-ja.md @@ -97,8 +97,8 @@ SDKのmkimageコマンドは`libssl1.1`に依存しています。`dpkg -s libss 2. debパッケージを手動でダウンロードしてインストール ```bash - wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb - sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb + wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb + sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb ``` ## イメージのコンパイル @@ -258,4 +258,4 @@ sync # フォーラム -- [MilkV Community](https://community.milkv.io/) \ No newline at end of file +- [MilkV Community](https://community.milkv.io/) diff --git a/README-zh.md b/README-zh.md index 5cdbf4955a..0e9ab52b71 100644 --- a/README-zh.md +++ b/README-zh.md @@ -95,8 +95,8 @@ sudo apt install -y pkg-config build-essential ninja-build automake autoconf lib 2. 手动下载deb包安装 ```bash - wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb - sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb + wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb + sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb ``` ## 编译 diff --git a/README.md b/README.md index 415e773f09..048f8da28f 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,8 @@ If not, the following two methods are both applicable: 2. Manual download and installation of the deb package ```bash - wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb - sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb + wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb + sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb ``` ## Compile the Image