Skip to content

Commit

Permalink
Update ports.sh
Browse files Browse the repository at this point in the history
I am not a native English speaker, I will contact you using machine translation

in
tools/userland/ports.sh
"tzdata_2024a-4_all.deb"
current latest one seems to be tzdata_2024b-3_all.deb. Is it possible to modify the file name
  • Loading branch information
makoyuki authored Nov 24, 2024
1 parent 1fbff5d commit 9ddd755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/userland/ports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ if [ ! -f "$USR_PATHNAME/share/zoneinfo/Europe/Amsterdam" ]; then
mkdir timezonestuff
cd timezonestuff

wget http://ftp.us.debian.org/debian/pool/main/t/tzdata/tzdata_2024a-4_all.deb
ar x tzdata_2024a-4_all.deb
wget http://ftp.us.debian.org/debian/pool/main/t/tzdata/tzdata_2024b-3_all.deb
ar x tzdata_2024b-3_all.deb
tar -xvf data.tar.xz

mkdir -p "$USR_PATHNAME/share/zoneinfo/"
Expand Down

0 comments on commit 9ddd755

Please sign in to comment.