diff options
author | davidovski <david@davidovski.xyz> | 2022-05-31 14:00:39 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-31 14:00:39 +0100 |
commit | 9752813e90d663aab55c33d3877886a9013f36db (patch) | |
tree | 5a559b208726062e0cf434c872eef7f699bec7ac /scripts/installer.sh | |
parent | 9e39c7f1ff0d3bfa092107cbf5621711f11268d4 (diff) |
fixed using wrong checksum when downloading packagesv1.5.2
Diffstat (limited to 'scripts/installer.sh')
-rwxr-xr-x | scripts/installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/installer.sh b/scripts/installer.sh index 247a565..c974951 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -5,7 +5,7 @@ . /usr/lib/colors.sh logfile="installer.log" -default_packages="base linux xipkg dracut grub mksh sudo neofetch vim" +default_packages="base linux xipkg dracut grub mksh sudo neofetch vim tzdata" additional_services="networkmanager xorg iwd" list_disks () { |