Closed Brli closed 3 years ago
* command: apt -> apt-get, which doesn't use interactive dialog
Doesn't the option --yes
have solved the problem of interactive dialogue?
* command: apt -> apt-get, which doesn't use interactive dialog
Doesn't the option
--yes
have solved the problem of interactive dialogue?
+1, I'm not sure why using apt-get
would help here?
@Brli can you revert the modification related to apt
?
@marktwtn did you see any regressions?
Nope.
I think after the apt-get
is reverted to apt
, we can merge this pull request.
Well, you don't need to append yes to interactive dialog to mimic straight forward ci, just use the non-interactive command directly.
marktwtn @.***> 於 2021年5月13日 週四 下午6:15 寫道:
Nope. I think after the apt-get is reverted to apt, we can merge this pull request.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hime-ime/hime/pull/750#issuecomment-840462666, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA626RWIKBCZ3E3RDZEYXSTTNORFVANCNFSM42SWMWGA .
I checked the manual of apt-get
and apt
.
It turns out that the --yes
option is only available in apt-get
.
The --yes
in apt
does not have any affect.
If there is no question, I think the pull request can be merged.
@Brli after you fix the typo, we can merge the pull request. Thanks for helping again.