Samien 1 год назад
Родитель
Сommit
87ca6689b5
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      run_rwkv.sh

+ 8 - 0
run_rwkv.sh

@@ -33,8 +33,16 @@ then
     LAUNCH_SCRIPT="wenda.py"
     LAUNCH_SCRIPT="wenda.py"
 fi
 fi
 
 
+
+# Pretty print
 delimiter="################################################################"
 delimiter="################################################################"
 
 
+printf "\n%s\n" "${delimiter}"
+printf "\e[1m\e[32mInstall script for LS Wenda\n"
+printf "\e[1m\e[34mTested on Debian 11 (Bullseye), Fedora 34+ and openSUSE Leap 15.4 or newer.\e[0m"
+printf "\n%s\n" "${delimiter}"
+
+# Check if python is installed
 if [[ $use_venv -eq 1 ]] && [[ -z "${VIRTUAL_ENV}" ]];
 if [[ $use_venv -eq 1 ]] && [[ -z "${VIRTUAL_ENV}" ]];
 then
 then
     printf "\n%s\n" "${delimiter}"
     printf "\n%s\n" "${delimiter}"

粤ICP备19079148号