Skip to content

Commit

Permalink
chore: Assume yes
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Mar 8, 2024
1 parent 70f01e3 commit 6d96727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ $(rpm -qa | grep lact) ]]; then
if [[ ! $(rpm-ostree status | grep lact | grep $LACT_VERSION) ]]; then
# This will check if *any* rpm-ostree pin has the newest version, so we don't update needlessly if a user just needs to reboot or is trying an older pin.
echo "Found upstream version v$LACT_VERSION, updating..."
rpm-ostree remove $(rpm -qa | grep lact)
rpm-ostree remove $(rpm -qa | grep lact) -y
/usr/bin/ujust install-lact
echo "Update complete"
fi
Expand Down

0 comments on commit 6d96727

Please sign in to comment.