We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf6235 commit 7d2deeeCopy full SHA for 7d2deee
1 file changed
src/UniGetUI.PackageEngine.Managers.Apt/Apt.cs
@@ -223,6 +223,8 @@ protected override IReadOnlyList<Package> GetAvailableUpdates_UnSafe()
223
CreateNoWindow = true,
224
},
225
};
226
+ p.StartInfo.EnvironmentVariables["LANG"] = "C";
227
+ p.StartInfo.EnvironmentVariables["LC_ALL"] = "C";
228
IProcessTaskLogger logger = TaskLogger.CreateNew(LoggableTaskType.ListUpdates, p);
229
p.Start();
230
0 commit comments