Skip to content

Commit

Permalink
Bump mint to v22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sileshn committed Nov 21, 2024
1 parent f33df8c commit bce3aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rootfs: base.tar

base.tar:
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
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;"
docker run --net=host --name mintwsl linuxmintd/mint22.1-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;"
docker export --output=base.tar mintwsl
docker rm -f mintwsl

Expand All @@ -58,4 +58,4 @@ clean:
-rm rootfs.tar.gz
-sudo rm -r rootfs
-rm base.tar
-docker rmi -f linuxmintd/mint22-amd64
-docker rmi -f linuxmintd/mint22.1-amd64

0 comments on commit bce3aa8

Please sign in to comment.