Skip to content

Commit 8b0953e

Browse files
authored
Update install.sh
1 parent 4356581 commit 8b0953e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ install_deeplx(){
2222
wget -q -N --no-check-certificate -O /etc/systemd/system/deeplx.service https://raw.githubusercontent.com/OwO-Network/DeepLX/main/deeplx.service
2323
systemctl daemon-reload
2424
systemctl enable deeplx
25+
systemctl start deeplx
2526
echo -e "Installed successfully, listening at 0.0.0.0:1188"
2627
}
27-
install_deeplx
28+
install_deeplx

0 commit comments

Comments
 (0)