From 6b9b819f553198af987152dd5ce571a88b3132b7 Mon Sep 17 00:00:00 2001 From: shenmo Date: Mon, 30 Jan 2023 16:20:26 +0800 Subject: [PATCH] 1.1 --- OYO/DEBIAN/control | 2 +- OYO/usr/share/apt/transhell/apt_en_US.transhell | 2 +- OYO/usr/share/apt/transhell/apt_zh_CN.transhell | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OYO/DEBIAN/control b/OYO/DEBIAN/control index 05868d3..6cc3395 100644 --- a/OYO/DEBIAN/control +++ b/OYO/DEBIAN/control @@ -1,5 +1,5 @@ Package: oyo -Version: 1.0 +Version: 1.1 Maintainer: shenmo Section: utils Installed-Size:10 diff --git a/OYO/usr/share/apt/transhell/apt_en_US.transhell b/OYO/usr/share/apt/transhell/apt_en_US.transhell index ed4593a..d62a841 100644 --- a/OYO/usr/share/apt/transhell/apt_en_US.transhell +++ b/OYO/usr/share/apt/transhell/apt_en_US.transhell @@ -1,3 +1,3 @@ #!/bin/bash -TRANSHELL_CONTENT_APT_IS_PROVIDED_BY_OYO="Please do not use apt in shell, for in Yoyo OS, apt is provided by oyo." +TRANSHELL_CONTENT_APT_IS_PROVIDED_BY_OYO="In Yoyo OS, apt is provided by oyo.Please be careful when using apt in scripts" diff --git a/OYO/usr/share/apt/transhell/apt_zh_CN.transhell b/OYO/usr/share/apt/transhell/apt_zh_CN.transhell index 6c6b033..efe063f 100644 --- a/OYO/usr/share/apt/transhell/apt_zh_CN.transhell +++ b/OYO/usr/share/apt/transhell/apt_zh_CN.transhell @@ -1,3 +1,3 @@ #!/bin/bash -TRANSHELL_CONTENT_APT_IS_PROVIDED_BY_OYO="请不要在脚本中使用apt,在Yoyo OS中,apt是由oyo提供的" +TRANSHELL_CONTENT_APT_IS_PROVIDED_BY_OYO="在Yoyo OS中,apt是由oyo提供的。在脚本中使用apt请小心"