mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
opt.: snippet result
This commit is contained in:
@@ -45,12 +45,3 @@ class Snippet implements TagPickable {
|
||||
@override
|
||||
String get tagName => name;
|
||||
}
|
||||
|
||||
/// Snippet for installing ServerBoxMonitor
|
||||
const installSBM = Snippet(
|
||||
name: 'Install ServerBoxMonitor',
|
||||
script:
|
||||
'curl -fsSL https://raw.githubusercontent.com/lollipopkit/server_box_monitor/main/install.sh | sh -s -- install',
|
||||
tags: ['ServerBoxMonitor'],
|
||||
note: 'One click script to install ServerBoxMonitor',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user