Skip to content

Commit 844aa3c

Browse files
authored
Update oalive.sh
1 parent 565d399 commit 844aa3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oalive.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# by spiritlhl
33
# from https://github.com/spiritLHLS/Oracle-server-keep-alive-script
44

5-
ver="2023.02.20.21.04"
5+
ver="2023.02.22.17.53"
66
_red() { echo -e "\033[31m\033[01m$@\033[0m"; }
77
_green() { echo -e "\033[32m\033[01m$@\033[0m"; }
88
_yellow() { echo -e "\033[33m\033[01m$@\033[0m"; }
@@ -225,7 +225,7 @@ main() {
225225
case $option in
226226
1)
227227
echo "选择你需要占用CPU时使用的程序:"
228-
echo "1. 本机素数计算模拟占用(20%~25%) [推荐]"
228+
echo "1. 本机DD模拟占用(20%~25%) [推荐]"
229229
echo "2. BOINC-docker服务(20%)(https://github.com/BOINC/boinc) [不推荐]"
230230
echo "3. 不限制"
231231
reading "你的选择:" cpu_option

0 commit comments

Comments
 (0)