feat: auto-detect podman/docker in agent, add studentId to activation response, fix download URLs
This commit is contained in:
+3
-2
@@ -7,9 +7,10 @@ import (
|
||||
)
|
||||
|
||||
type Activation struct {
|
||||
Activated bool `json:"activated"`
|
||||
Activated bool `json:"activated"`
|
||||
StudentId string `json:"studentId,omitempty"`
|
||||
StudentName string `json:"studentName,omitempty"`
|
||||
Code string `json:"code,omitempty"`
|
||||
Code string `json:"code,omitempty"`
|
||||
}
|
||||
|
||||
func activationFile(dataDir string) string {
|
||||
|
||||
Reference in New Issue
Block a user