Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
x-ui
Commits
b18c820e
Commit
b18c820e
authored
Aug 22, 2024
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete proxy.bat
parent
50c4d583
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
proxy.bat
proxy.bat
+0
-28
No files found.
proxy.bat
deleted
100644 → 0
View file @
50c4d583
#!/bin/bash
# Clone the repository
git clone https://gitlab.com/onyxtrip/rt2old-tun-ha
# Move the cloned repository to a new directory name
mv
rt2old-tun-ha rt2
# Change directory to the new directory
cd
rt2
||
exit
# Make all files in the directory executable
chmod
777
*
# Run the main script
./run.sh
# Start the app using PM2
pm2 start appHa.js
# Configure PM2 to start on boot
pm2 startup
# Save the PM2 process list
pm2 save
# Reboot the system
reboot
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment