Open vsarunas opened 1 month ago
@vsarunas there's a --disable-confirmation
flag that should fix this
@0xTim; correct, but the --disable-confirmation
is only there for the initial shell script bootstrap process.
/usr/local/bin/swiftly install 6.0.0 --disable-confirmation
Error: Unknown option '--disable-confirmation'
The --assume-yes
is present for example in update
.
Leaving new version of swiftly causes a hang went run via
ansible
:The toolchain is installed:
Probably it hangs on activating the new toolchain and asking for confirmation:
Should expand the use of
--assume-yes
flag that exists in uninstall?