mirror of
https://github.com/spiritLHLS/one-click-installation-script.git
synced 2024-11-16 10:22:19 +08:00
Update jupyter.sh
This commit is contained in:
parent
42f1ef8ea5
commit
1603cf22e9
|
@ -3,13 +3,13 @@
|
||||||
#from https://github.com/spiritLHLS/one-click-installation-script
|
#from https://github.com/spiritLHLS/one-click-installation-script
|
||||||
#version: 2022.12.19
|
#version: 2022.12.19
|
||||||
|
|
||||||
|
ver="2022.12.19"
|
||||||
|
changeLog="一键安装jupyter环境"
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
red(){ echo -e "\033[31m\033[01m$1$2\033[0m"; }
|
red(){ echo -e "\033[31m\033[01m$1$2\033[0m"; }
|
||||||
green(){ echo -e "\033[32m\033[01m$1$2\033[0m"; }
|
green(){ echo -e "\033[32m\033[01m$1$2\033[0m"; }
|
||||||
yellow(){ echo -e "\033[33m\033[01m$1$2\033[0m"; }
|
yellow(){ echo -e "\033[33m\033[01m$1$2\033[0m"; }
|
||||||
reading(){ read -rp "$(green "$1")" "$2"; }
|
reading(){ read -rp "$(green "$1")" "$2"; }
|
||||||
ver="2022.12.19"
|
|
||||||
changeLog="一键安装jupyter环境"
|
|
||||||
clear
|
clear
|
||||||
echo "#######################################################################"
|
echo "#######################################################################"
|
||||||
echo "# ${YELLOW}一键安装jupyter环境${PLAIN} #"
|
echo "# ${YELLOW}一键安装jupyter环境${PLAIN} #"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user