Skip to content

Commit 6d96727

Browse files
committed
chore: Assume yes
1 parent 70f01e3 commit 6d96727

File tree

1 file changed

+1
-1
lines changed
  • system_files/desktop/shared/usr/libexec/topgrade

1 file changed

+1
-1
lines changed

system_files/desktop/shared/usr/libexec/topgrade/lact-update

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ $(rpm -qa | grep lact) ]]; then
88
if [[ ! $(rpm-ostree status | grep lact | grep $LACT_VERSION) ]]; then
99
# 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.
1010
echo "Found upstream version v$LACT_VERSION, updating..."
11-
rpm-ostree remove $(rpm -qa | grep lact)
11+
rpm-ostree remove $(rpm -qa | grep lact) -y
1212
/usr/bin/ujust install-lact
1313
echo "Update complete"
1414
fi

0 commit comments

Comments
 (0)