Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit 3522a83

Browse files
committed
ISO creator bug fix
1 parent bffd07a commit 3522a83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iso-generator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ log_dir="${working_dir}"/log
3535
out_dir="${working_dir}"/out # Directory for generated ISOs
3636
wallpapers_git_url="https://github.com/AnarchyLinux/brand.git"
3737
brand_dir="/tmp/anarchy-brand"
38-
wallpapers_dir="${brand_dir}/wallpapers/official"
38+
wallpapers_dir="${brand_dir}/wallpapers"
3939

4040
# Define colors depending on script arguments
4141
set_up_colors() {

0 commit comments

Comments
 (0)