From 9a3ceabc6877336b10657a292daafb0317fb5016 Mon Sep 17 00:00:00 2001 From: Lordus Kordus <136916485+lorduskordus@users.noreply.github.com> Date: Tue, 12 Sep 2023 18:30:42 +0200 Subject: [PATCH] fix: misc typos (#36) * Fix typo in dconf-update-service.sh * Probably a typo in rpm-ostree.sh * Fix typo in README.md --- README.md | 2 +- modules/bling/installers/dconf-update-service.sh | 2 +- modules/rpm-ostree/rpm-ostree.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef9146c..8447f28 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/modules/bling/installers/dconf-update-service.sh b/modules/bling/installers/dconf-update-service.sh index d03e299..0d62f37 100644 --- a/modules/bling/installers/dconf-update-service.sh +++ b/modules/bling/installers/dconf-update-service.sh @@ -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 \ No newline at end of file +systemctl enable dconf-update.service diff --git a/modules/rpm-ostree/rpm-ostree.sh b/modules/rpm-ostree/rpm-ostree.sh index 995904f..1c379ba 100644 --- a/modules/rpm-ostree/rpm-ostree.sh +++ b/modules/rpm-ostree/rpm-ostree.sh @@ -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