Typo Fixed

This commit is contained in:
Phil 2021-01-22 15:33:20 +00:00
parent 68e697f64e
commit c929b4af5f

View File

@ -57,7 +57,7 @@ function update() {
echo "Updating Pacman Packages"
sudo pacman -Syu
else
echo "No apt or pacman found. I guess your out of luck"
echo "No apt or pacman found. I guess you're out of luck"
fi
}