You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, yaml file is parsed first and the commands for system, snap, ppa are added to a list that is executed at the end of tue-get install/update call.
A provision must be made to have something like tue-install-target --now $list_of_targets that can be used in install.bash to install these dependency targets first and then complete the execution of install.bash.
This would make generalized versions of all system-now, ppa-now, snap-now available to users with target --now and all system-now calls in the target files can be replaced with this.
The text was updated successfully, but these errors were encountered:
In the current implementation,
yaml
file is parsed first and the commands forsystem
,snap
,ppa
are added to a list that is executed at the end oftue-get install/update
call.A provision must be made to have something like
tue-install-target --now $list_of_targets
that can be used ininstall.bash
to install these dependency targets first and then complete the execution ofinstall.bash
.This would make generalized versions of all
system-now
,ppa-now
,snap-now
available to users withtarget --now
and allsystem-now
calls in the target files can be replaced with this.The text was updated successfully, but these errors were encountered: