Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Interactive_Install.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ WALPAPER_DEST="/usr/share/backgrounds/Dynamic_Wallpapers"
XML_DEST="/usr/share/gnome-background-properties/"
GIT_URL="https://github.com/saint-13/Linux_Dynamic_Wallpapers.git/"

# clean the remaining git directory on pwd on exit
trap 'rm -rf "$PWD/Linux_Dynamic_Wallpapers"' EXIT

# Clone .git folder -> Lightweigh checkout
git clone --filter=blob:none --no-checkout "$GIT_URL"

Expand Down Expand Up @@ -75,5 +78,6 @@ while IFS= read -r to_install; do
done <<< "$user_selection"

echo

echo "Success !"
echo "💜 Please support on https://github.com/saint-13/Linux_Dynamic_Wallpapers"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
1. Open Terminal
2. Run the following command:
```
curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" | sudo bash
curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" > install.sh
sudo bash install.sh
```
3. Select the walpapers you wish to install from the list
4. Script will download and install only selected ones
Expand Down