Skip to content

Commit ac31e44

Browse files
authored
Merge pull request #363 from WhitewaterFoundry/development
Development
2 parents 3c9375e + 3dd78e2 commit ac31e44

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pengwin-setup.d/pythonpi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pengwin-setup.d/terminal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pengwin-setup.d/vcxsrv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ if (confirm --title "VCXSRV" --yesno "Would you like to install the VcXsrv X-ser
4646
4747
if ! 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
5454
fi

0 commit comments

Comments
 (0)