Fix the migration, not the installer

This commit is contained in:
David Heinemeier Hansson
2025-07-11 09:23:22 -07:00
parent a477b41593
commit b761d3df0b
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
echo "Add new matte black theme"
BACKGROUNDS_DIR=~/.config/omarchy/backgrounds/
download_background_image() {
local url="$1"
local path="$2"

View File

@ -1,2 +1,2 @@
mkdir -p "~/.config/omarchy/backgrounds/matte-black"
mkdir -p "$BACKGROUNDS_DIR/matte-black"
download_background_image "https://raw.githubusercontent.com/tahayvr/omarchy-matte-black/refs/heads/main/images/1-matte-black.jpg" "matte-black/1-matte-black.jpg"