renamed: my_wallpapers.xml -> src/my_wallpapers.xml

modified:   src/shell_scripts/fonts.sh
	modified:   src/shell_scripts/wallpapers.sh
This commit is contained in:
phaleixo 2025-06-06 19:07:45 -03:00
parent 46ffda41b2
commit 5cac28d78c
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ wget -O fonts.zip "https://github.com/mozilla/Fira/archive/refs/tags/4.202.zip"
wget -O firacode.zip "https://github.com/tonsky/FiraCode/releases/download/1.204/FiraCode_1.204.zip" wget -O firacode.zip "https://github.com/tonsky/FiraCode/releases/download/1.204/FiraCode_1.204.zip"
wget -O FontsForDesign.zip "https://github.com/phaleixo/after_install_debian_12/blob/main/Fonts%20for%20design.zip" wget -O FontsForDesign.zip "https://github.com/phaleixo/after_install_debian_12/blob/main/src/Fonts%20for%20design.zip"
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then

View File

@ -55,9 +55,9 @@ if [[ $? -ne 0 ]]; then
fi fi
wget -O my_wallpapers.xml "https://github.com/phaleixo/after_install_debian_12/blob/main/my_wallpapers.xml" wget -O my_wallpapers.xml "https://github.com/phaleixo/after_install_debian_12/blob/main/src/my_wallpapers.xml"
wget -O wallpapers.zip "https://github.com/phaleixo/after_install_debian_12/blob/main/wallpapers.zip" wget -O wallpapers.zip "https://github.com/phaleixo/after_install_debian_12/blob/main/src/wallpapers.zip"
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then