We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4356581 commit 8b0953eCopy full SHA for 8b0953e
install.sh
@@ -22,6 +22,7 @@ install_deeplx(){
22
wget -q -N --no-check-certificate -O /etc/systemd/system/deeplx.service https://raw.githubusercontent.com/OwO-Network/DeepLX/main/deeplx.service
23
systemctl daemon-reload
24
systemctl enable deeplx
25
+ systemctl start deeplx
26
echo -e "Installed successfully, listening at 0.0.0.0:1188"
27
}
-install_deeplx
28
+install_deeplx
0 commit comments