Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slm-fileview
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
jenkins
slm-fileview
Commits
6efc3750
Commit
6efc3750
authored
Aug 24, 2021
by
xiaxiaxiaxia
Committed by
kl
Aug 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix:修复install.sh安装脚本路径错误
parent
9a4c8644
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install.sh
server/src/main/bin/install.sh
+1
-1
No files found.
server/src/main/bin/install.sh
View file @
6efc3750
...
...
@@ -15,7 +15,7 @@ install_redhat() {
}
install_ubuntu
()
{
wget https://kkfileview.keking.cn/LibreOffice_7.1.4_Linux_x86-64_deb.tar.gz
-cO
LibreOffice_7_deb.
gz
&&
tar
-zxf
/tmp/LibreOffice_7_deb.tar.gz
&&
cd
/tmp/LibreOffice_7.1.4.2_Linux_x86-deb/RPM
S
wget https://kkfileview.keking.cn/LibreOffice_7.1.4_Linux_x86-64_deb.tar.gz
-cO
LibreOffice_7_deb.
tar.gz
&&
tar
-zxf
/tmp/LibreOffice_7_deb.tar.gz
&&
cd
/tmp/LibreOffice_7.1.4.2_Linux_x86-64_deb/DEB
S
echo
$?
if
[
$?
-eq
0
]
;
then
apt-get
install
-y
libxinerama1 libcairo2 libcups2 libx11-xcb1
...
...
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