Skip to content

Commit

Permalink
Fix prefer-bootc-over-rpm-ostree.sh profile.d script
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftydinar committed Dec 22, 2024
1 parent b74a80f commit 59bf6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/scripts/prefer-bootc-over-rpm-ostree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

cat << EOF > /etc/profile.d/prefer-bootc-over-rpm-ostree.sh
cat << 'EOF' > /etc/profile.d/prefer-bootc-over-rpm-ostree.sh
# Prefer 'bootc update/upgrade' & 'bootc switch' over rpm-ostree's equivalent functionality
rpm-ostree() {
if [[ ${#} -eq 0 ]]; then
Expand All @@ -19,4 +19,4 @@ rpm-ostree() {
}
export -f rpm-ostree
EOF
EOF

0 comments on commit 59bf6b1

Please sign in to comment.