some bug fixes, manifest.toml don't exist anyomre and all data for installation will be in one file name Packet.lua

This commit is contained in:
2025-10-25 10:16:33 -03:00
parent df32178372
commit e3772d0944
11 changed files with 405 additions and 22 deletions

View File

@@ -2,7 +2,6 @@ package main
import (
"database/sql"
_ "embed"
"fmt"
"log"
"os"
@@ -258,7 +257,6 @@ var installCmd = &cobra.Command{
var wg sync.WaitGroup
wg.Add(1)
go AsyncFullyUpgrade(inputName, cfg.Config.StorePackages, filepath.Join(cfg.Config.Data_d, id), &wg, db)
wg.Done()
continue
}