Update create-swap.sh

main
yanglc 2021-06-21 05:24:24 +08:00 committed by GitHub
parent e6d7921b55
commit 47d948d2c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ NO_COLOR="\033[0m"
GREEN="\033[32m\033[01m" GREEN="\033[32m\033[01m"
BLUE="\033[0;36m" BLUE="\033[0;36m"
FUCHSIA="\033[0;35m" FUCHSIA="\033[0;35m"
echo "export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin:$PATH" >> ~/.bashrc
source ~/.bashrc
sleep 2
echo " echo "
${GREEN} Creat-SWAP by yanglc ${GREEN} Creat-SWAP by yanglc
${GREEN} 本脚本仅在Debian系系统下进行过测试" ${GREEN} 本脚本仅在Debian系系统下进行过测试"