Skip to content

Commit

Permalink
Merge pull request #77 from WhitewaterFoundry/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
crramirez authored Apr 9, 2020
2 parents 7ad15a0 + c4dfb02 commit 5628beb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion os-release
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ HOME_URL="https://github.com/whitewaterfoundry/Pengwin"
SUPPORT_URL="https://github.com/WhitewaterFoundry/Pengwin/issues"
BUG_REPORT_URL="https://github.com/WhitewaterFoundry/Pengwin/issues"
VERSION_CODENAME=bullseye
PENGWIN_VERSION="20.04.0"
PENGWIN_VERSION="20.04.1"
2 changes: 1 addition & 1 deletion profile.d/00-pengwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ -n "${WSL_INTEROP}" ]; then

if [ -n "${wsl2_d_tmp}" ]; then

wsl2_d_tmp="$(eval "$ipconfig_exec" | sed "$(("$wsl2_d_tmp" - 4))"','"$(("$wsl2_d_tmp" + 0))"'!d' | grep IPv4 | cut -d : -f 2 | sed -e "s|\s||g" -e "s|\r||g")"
wsl2_d_tmp="$(eval "$ipconfig_exec" | sed "$((wsl2_d_tmp - 4))"','"$((wsl2_d_tmp + 0))"'!d' | grep IPv4 | cut -d : -f 2 | sed -e "s|\s||g" -e "s|\r||g")"
export DISPLAY=${wsl2_d_tmp}:0.0

# check if the type is changed
Expand Down
15 changes: 6 additions & 9 deletions sources.list
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
deb https://deb.debian.org/debian testing main contrib non-free
# deb-src https://deb.debian.org/debian testing main
deb https://deb.debian.org/debian bullseye main contrib non-free
# deb-src https://deb.debian.org/debian bullseye main

deb https://deb.debian.org/debian testing-updates main
# deb-src https://deb.debian.org/debian testing-updates main
deb https://deb.debian.org/debian bullseye-updates main
# deb-src https://deb.debian.org/debian bullseye-updates main

deb https://deb.debian.org/debian-security testing-security main
# deb-src https://deb.debian.org/debian-security testing-security main

deb https://deb.debian.org/debian/ unstable main contrib non-free
# deb-src https://deb.debian.org/debian/ unstable main contrib non-free
deb https://deb.debian.org/debian-security bullseye-security main
# deb-src https://deb.debian.org/debian-security bullseye-security main
8 changes: 4 additions & 4 deletions sources.list.d/whitewaterfoundry.list
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
deb https://packagecloud.io/whitewaterfoundry/pengwin-base/debian/ buster main
#deb-src https://packagecloud.io/whitewaterfoundry/pengwin-base/debian/ buster main
deb https://packagecloud.io/whitewaterfoundry/pengwin-base/debian/ bullseye main
#deb-src https://packagecloud.io/whitewaterfoundry/pengwin-base/debian/ bullseye main

deb https://packagecloud.io/whitewaterfoundry/pengwin-setup/debian/ buster main
#deb-src https://packagecloud.io/whitewaterfoundry/pengwin-setup/debian/ buster main
deb https://packagecloud.io/whitewaterfoundry/pengwin-setup/debian/ bullseye main
#deb-src https://packagecloud.io/whitewaterfoundry/pengwin-setup/debian/ bullseye main

deb https://packagecloud.io/whitewaterfoundry/wslu/debian/ bullseye main
#deb-src https://packagecloud.io/whitewaterfoundry/wslu/debian/ bullseye main

0 comments on commit 5628beb

Please sign in to comment.