fix tzdata install

This commit is contained in:
Ward Nakchbandi 2023-03-04 17:13:25 +03:00
parent 322d288e2e
commit 93479eaa4f

View File

@ -1,3 +1,5 @@
DEBIAN_FRONTEND=noninteractive
# Add dependent repositories
wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add -
add-apt-repository https://ppa.pika-os.com
@ -9,6 +11,8 @@ cp -rvf ./debian ./asusctl
cd ./asusctl
# Get build deps
ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
apt-get build-dep ./ -y
# Build package