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:
Lordus Kordus 2023-09-12 18:30:42 +02:00 committed by GitHub
parent 69b4ced037
commit 9a3ceabc68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ A layer for extras and more bling for your image
# Contains
- Default modules for [Startingpoint}(https://github.com/ublue-os/startingpoint/)
- Default modules for [Startingpoint](https://github.com/ublue-os/startingpoint/)
- A nix installer
- Multiple fonts
- Devpod

View file

@ -4,4 +4,4 @@
set -oue pipefail
cp -r "$BLING_DIRECTORY/files/usr/etc/systemd/system/dconf-update.service" "/usr/etc/systemd/system/dconf-update.service"
systemctl enable dconf-update.services
systemctl enable dconf-update.service

View file

@ -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