fix: misc typos (#36)
* Fix typo in dconf-update-service.sh * Probably a typo in rpm-ostree.sh * Fix typo in README.md
This commit is contained in:
parent
69b4ced037
commit
9a3ceabc68
3 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ elif [[ ${#INSTALL[@]} -gt 0 ]]; then
|
|||
echo "Installing RPMs"
|
||||
echo "Installing: ${INSTALL_STR[*]}"
|
||||
rpm-ostree install $INSTALL_STR
|
||||
elif [[ ${#INSTALL[@]} -gt 0 ]]; then
|
||||
elif [[ ${#REMOVE[@]} -gt 0 ]]; then
|
||||
echo "Removing RPMs"
|
||||
echo "Removing: ${REMOVE_STR[*]}"
|
||||
rpm-ostree override remove $REMOVE_STR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue