We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8430c2f commit a58aac2Copy full SHA for a58aac2
hacker-help/main.go
@@ -18,6 +18,16 @@ type Command struct {
18
}
19
20
var commands = []Command{
21
+ {
22
+ Name: "hacker unpack xanmod",
23
+ Description: "Install the xanmod kernel.",
24
+ Details: "Note: After restarting the system, there will be no default kernel, you will only have the xanmod kernel.",
25
+ },
26
27
+ Name: "hacker unpack liquorix",
28
+ Description: "Install liquorix kernel",
29
+ Details: "Note: After restarting the system, there will be no default kernel, you will only have the liquorix kernel.",
30
31
{
32
Name: "hacker unpack add-ons",
33
Description: "Install Wine, BoxBuddy, Winezgui, Gearlever",
@@ -193,6 +203,11 @@ var commands = []Command{
193
203
Description: "Apply all enabled plugins (run their commands)",
194
204
Details: "Runs plugins.",
195
205
},
206
207
+ Name: "hacker restart <service>",
208
+ Description: "Restart custom systemctl service",
209
+ Details: "Restart services.",
210
196
211
197
212
198
213
type item struct {
0 commit comments