aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 1df4c9f..af20bdc 100644
--- a/install
+++ b/install
@@ -30,7 +30,7 @@ find -- * -type f -name "*.org" | while read -r file; do
done
echo Installing wallpaper...
-cp wallpaper ~/.wallpaper
+cp wallpaper.png ~/.wallpaper
fonts_changed=false
if ! test -d ~/.local/share/fonts/ComputerModern; then