Remove legacy Hardening and Bridge from setup.rb uninstall list
Only Link and Proofmode addons exist now. https://claude.ai/code/session_01GJYbRCFFJCJDAEcEVbD36N
This commit is contained in:
parent
3f13c00f12
commit
1eb4a508c1
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# uninstall
|
# uninstall
|
||||||
# Include both Bridge (legacy) and Link (new) for migration support
|
package_names = %w[Link Proofmode]
|
||||||
package_names = %w[Hardening Bridge Link Proofmode]
|
|
||||||
|
|
||||||
package_names.each do |name|
|
package_names.each do |name|
|
||||||
puts "Attempting to uninstall #{name} package..."
|
puts "Attempting to uninstall #{name} package..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue