Skip to content

Commit

Permalink
Launcher update to 21082800
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukes-dev committed Aug 29, 2021
1 parent 0b563c0 commit 9bd8308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LNCR_EXE=Fedora33.exe

DLR=curl
DLR_FLAGS=-L
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/21020500/icons.zip
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/21082800/icons.zip
LNCR_ZIP_EXE=Fedora.exe

all: $(OUT_ZIP)
Expand Down Expand Up @@ -43,7 +43,7 @@ rootfs: base.tar

base.tar:
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
docker run --name fedorawsl library/fedora@sha256:01d5ac0cd63f7890b64f6e829cfec530d22dfd228d3fccc5437d20198bddfceb /bin/bash -c "dnf update -y; rpm -e --nodeps sudo; dnf clean all; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
docker run --name fedorawsl library/fedora@sha256:13b0c29e03c6e67da66e95b3ee6be1778185247dd17a9635202847a7f6878492 /bin/bash -c "dnf update -y; rpm -e --nodeps sudo; dnf clean all; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
docker export --output=base.tar fedorawsl
docker rm -f fedorawsl

Expand All @@ -56,4 +56,4 @@ clean:
-rm rootfs.tar.gz
-sudo rm -r rootfs
-rm base.tar
-docker rmi library/fedora@sha256:01d5ac0cd63f7890b64f6e829cfec530d22dfd228d3fccc5437d20198bddfceb
-docker rmi library/fedora@sha256:13b0c29e03c6e67da66e95b3ee6be1778185247dd17a9635202847a7f6878492

0 comments on commit 9bd8308

Please sign in to comment.