File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ function install_pyenv() {
4545 eval " $( pyenv init --path) "
4646 eval " $( pyenv init -) "
4747
48- pyenv install -s 3.10.1
49- pyenv global 3.10.1
48+ pyenv install -s 3.10.2
49+ pyenv global 3.10.2
5050
5151 touch " ${HOME} " /.should-restart
5252
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ function main() {
5959 tmp_f=" $( pwd) "
6060 # shellcheck disable=SC2164
6161 cd " ${wHome} /Pengwin/.wsltty"
62- cmd. exe /C " install.bat"
62+ cmd- exe /C " install.bat"
6363 # shellcheck disable=SC2164
6464 cd " $tmp_f "
6565 unset tmp_f
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ if (confirm --title "VCXSRV" --yesno "Would you like to install the VcXsrv X-ser
4646
4747if ! cmd-exe /C tasklist | grep -Fq 'vcxsrv.exe'; then
4848 if [ -n "\$ {WSL2}" ]; then
49- (cmd. exe /V /C "set __COMPAT_LAYER=HighDpiAware&& ${wVcxsrvDir} \vcxsrv.exe" :0 -silent-dup-error -multiwindow -nowgl -ac >/dev/null 2>&1 &)
49+ (cmd- exe /V /C "set __COMPAT_LAYER=HighDpiAware&& ${wVcxsrvDir} \vcxsrv.exe" :0 -silent-dup-error -multiwindow -nowgl -ac >/dev/null 2>&1 &)
5050 else
51- (cmd. exe /V /C "set __COMPAT_LAYER=HighDpiAware&& ${wVcxsrvDir} \vcxsrv.exe" :0 -silent-dup-error -multiwindow -nowgl >/dev/null 2>&1 &)
51+ (cmd- exe /V /C "set __COMPAT_LAYER=HighDpiAware&& ${wVcxsrvDir} \vcxsrv.exe" :0 -silent-dup-error -multiwindow -nowgl >/dev/null 2>&1 &)
5252 fi
5353 sleep 1 # Wait for the server to start
5454fi
You can’t perform that action at this time.
0 commit comments