Skip to content

Commit 7e4b6d0

Browse files
committed
Update mint to wilma
1 parent d79f167 commit 7e4b6d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ rootfs: base.tar
4545

4646
base.tar:
4747
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
48-
docker run --net=host --name mintwsl linuxmintd/mint21.3-amd64 /bin/bash -c "echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections; apt-get install apt-utils -y -q; apt-get update; apt-get full-upgrade -y -q; apt-get install -y -q apt-transport-https apt-utils aria2 bash-completion build-essential ca-certificates curl dialog figlet htop iputils-ping lolcat software-properties-common tree; unminimize; apt-get autoremove -y; apt-get clean;"
48+
docker run --net=host --name mintwsl linuxmintd/mint22-amd64 /bin/bash -c "echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections; apt-get install apt-utils -y -q; apt-get update; apt-get full-upgrade -y -q; apt-get install -y -q apt-transport-https apt-utils aria2 bash-completion build-essential ca-certificates curl dialog figlet htop iputils-ping lolcat software-properties-common tree; unminimize; apt-get autoremove -y; apt-get clean;"
4949
docker export --output=base.tar mintwsl
5050
docker rm -f mintwsl
5151

@@ -58,4 +58,4 @@ clean:
5858
-rm rootfs.tar.gz
5959
-sudo rm -r rootfs
6060
-rm base.tar
61-
-docker rmi -f linuxmintd/mint21.3-amd64
61+
-docker rmi -f linuxmintd/mint22-amd64

0 commit comments

Comments
 (0)