Skip to content

Commit

Permalink
Merge pull request #363 from WhitewaterFoundry/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
crramirez authored Jan 28, 2022
2 parents 3c9375e + 3dd78e2 commit ac31e44
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pengwin-setup.d/pythonpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ function install_pyenv() {
eval "$(pyenv init --path)"
eval "$(pyenv init -)"

pyenv install -s 3.10.1
pyenv global 3.10.1
pyenv install -s 3.10.2
pyenv global 3.10.2

touch "${HOME}"/.should-restart

Expand Down
2 changes: 1 addition & 1 deletion pengwin-setup.d/terminal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function main() {
tmp_f="$(pwd)"
# shellcheck disable=SC2164
cd "${wHome}/Pengwin/.wsltty"
cmd.exe /C "install.bat"
cmd-exe /C "install.bat"
# shellcheck disable=SC2164
cd "$tmp_f"
unset tmp_f
Expand Down
4 changes: 2 additions & 2 deletions pengwin-setup.d/vcxsrv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ if (confirm --title "VCXSRV" --yesno "Would you like to install the VcXsrv X-ser
if ! cmd-exe /C tasklist | grep -Fq 'vcxsrv.exe'; then
if [ -n "\${WSL2}" ]; then
(cmd.exe /V /C "set __COMPAT_LAYER=HighDpiAware&& ${wVcxsrvDir}\vcxsrv.exe" :0 -silent-dup-error -multiwindow -nowgl -ac >/dev/null 2>&1 &)
(cmd-exe /V /C "set __COMPAT_LAYER=HighDpiAware&& ${wVcxsrvDir}\vcxsrv.exe" :0 -silent-dup-error -multiwindow -nowgl -ac >/dev/null 2>&1 &)
else
(cmd.exe /V /C "set __COMPAT_LAYER=HighDpiAware&& ${wVcxsrvDir}\vcxsrv.exe" :0 -silent-dup-error -multiwindow -nowgl >/dev/null 2>&1 &)
(cmd-exe /V /C "set __COMPAT_LAYER=HighDpiAware&& ${wVcxsrvDir}\vcxsrv.exe" :0 -silent-dup-error -multiwindow -nowgl >/dev/null 2>&1 &)
fi
sleep 1 # Wait for the server to start
fi
Expand Down

0 comments on commit ac31e44

Please sign in to comment.