Skip to content

Commit a58aac2

Browse files
authored
Update main.go
1 parent 8430c2f commit a58aac2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

hacker-help/main.go

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ type Command struct {
1818
}
1919

2020
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+
},
2131
{
2232
Name: "hacker unpack add-ons",
2333
Description: "Install Wine, BoxBuddy, Winezgui, Gearlever",
@@ -193,6 +203,11 @@ var commands = []Command{
193203
Description: "Apply all enabled plugins (run their commands)",
194204
Details: "Runs plugins.",
195205
},
206+
{
207+
Name: "hacker restart <service>",
208+
Description: "Restart custom systemctl service",
209+
Details: "Restart services.",
210+
},
196211
}
197212

198213
type item struct {

0 commit comments

Comments
 (0)