-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# anisette-v3-server | ||
|
||
A supposedly lighter alternative to [omnisette-server](https://github.com/SideStore/omnisette-server) | ||
|
||
Like `omnisette-server`, it supports both currently supported SideStore's protocols (anisette-v1 and | ||
anisette-v3) but it can also be used with AltServer-Linux. | ||
|
||
You can run it using docker, or build it with dub (requires both openssl and zlib, see the Dockerfile | ||
for dependencies). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -279,7 +279,6 @@ class AnisetteService { | |
.buildPath(identifier) | ||
); | ||
} | ||
GC.collect(); | ||
} | ||
} | ||
|
||
|