Skip to content

Commit

Permalink
libnewt
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed Jan 9, 2021
1 parent 645ecfb commit 1a3f840
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ check_tmoe_command() {
else
TMOE_TIPS_01="tmoe"
fi
TMOE_TIPS_00="Welcome to tmoe linux manager v1.3976,type ${TMOE_TIPS_01} to start it."
TMOE_TIPS_00="Welcome to tmoe linux manager v1.3977,type ${TMOE_TIPS_01} to start it."
}
#########################
tmoe_manager_env() {
Expand Down
2 changes: 2 additions & 0 deletions share/container/install
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,8 @@ cat >'.profile' <<-'ENDOFbashPROFILE'
cd /tmp
rm -rv ${FAKEROOT_SRC_FILE%.*.*.*} ${FAKEROOT_SRC_FILE}
cd ${HOME}
#检测两次
[[ $(command -v whiptail) ]] || pacman -S --noconfirm libnewt
}
############
arch_linux_yay() {
Expand Down
2 changes: 1 addition & 1 deletion tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ check_tmoe_command() {
else
TMOE_TIPS_01="tmoe t"
fi
TMOE_TIPS_00="Welcome to tmoe linux tool v1.3976,type ${TMOE_TIPS_01} to start this tool."
TMOE_TIPS_00="Welcome to tmoe linux tool v1.3977,type ${TMOE_TIPS_01} to start this tool."
#勿改00变量
}
#########
Expand Down

0 comments on commit 1a3f840

Please sign in to comment.