mirror of
https://github.com/chenasraf/BitDay-Linux.git
synced 2026-05-17 17:58:04 +00:00
Extracts wallpapers to current folder
Previous command would unpack wallpapers to a folder indicating its resolution (e.g. 1920x1080/04-Early-Afternoon.png). This strips the folders
This commit is contained in:
@@ -77,7 +77,7 @@ echo
|
||||
echo "* Extracting zip... [4/5]"
|
||||
# Extract the tar
|
||||
# Wildcards are leftovers from before the structure was flat... keeping in case that changes again or more files are added
|
||||
tar xvf "BitDay-$file.tar.gz" --wildcards '*.png'
|
||||
tar xvf "BitDay-$file.tar.gz" --wildcards '*.png' --strip-components=1
|
||||
rm -f "BitDay-$file.tar.gz"
|
||||
echo "Done."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user