Typos fixed

This commit is contained in:
Stephan Raabe
2023-12-10 13:37:48 +01:00
parent 2efc8f4750
commit 2f04c87f40
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ if [ ! -d ~/wallpaper ]; then
mkdir ~/wallpaper
fi
cp ~/Downloads/wallpaper-main/* ~/wallpaper/
echo "Wallpapers frpm the repository installed successfully."
echo "Wallpapers from the repository installed successfully."
elif [ $? -eq 130 ]; then
exit 130
else