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