mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
parent
f2477b5a40
commit
f3559d0ef7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export async function installPackage(full_name: string) {
|
|||
|
||||
if (!teaVersion) throw new Error("no tea");
|
||||
log.info(`installing package ${full_name}`);
|
||||
await asyncExec(`cd ${destinationDirectory} && ./tea -S +${full_name} true`);
|
||||
await asyncExec(`cd ${destinationDirectory} && ./tea --env=false --sync +${full_name} true`);
|
||||
}
|
||||
|
||||
export async function openTerminal(cmd: string) {
|
||||
|
|
Loading…
Reference in a new issue