install.sh: fix wallpaper copying
This commit is contained in:
parent
3298c6a47f
commit
0d7f457cee
|
@ -98,7 +98,9 @@ install() {
|
|||
# Copy the wallpapers
|
||||
echo -e "Copying all ${MAGENTA}wallpapers${NORMAL}"
|
||||
cp -r wallpapers/wallpaper.png ~/Pictures/wallpapers
|
||||
cp -r wallpapers/otherWallpaper/* ~/Pictures/wallpapers/others/
|
||||
cp -r wallpapers/otherWallpaper/catppuccin/* ~/Pictures/wallpapers/others/
|
||||
cp -r wallpapers/otherWallpaper/nixos/* ~/Pictures/wallpapers/others/
|
||||
cp -r wallpapers/otherWallpaper/others/* ~/Pictures/wallpapers/others/
|
||||
sleep 0.2
|
||||
|
||||
# Get the hardware configuration
|
||||
|
|
Loading…
Reference in a new issue