Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unattended installation script for Debian 10/11 and Ubuntu 20.04 #183

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

klockren80
Copy link

This script has been extensively tested on Debian 10, 11 and Ubuntu 20.04 and seems robust.
I found that the installation instructions a little confusing and they contained a few typos.
I focused on high readability when developing the script.
The distinct steps are divided into functions and individual functions, such as installThumbnailServer, can be commented to exclude that step.

@leadergo
Copy link

leadergo commented Nov 30, 2022

This is incredible! Your script made it super easy and quick to install and deploy linshare. I did notice that after running the self-install script, I had to edit the hosts file manually to include the following:
127.0.0.1 linshare-user.local
127.0.0.1 linshare-admin.local
127.0.0.1 linshare-upload-request.local

Did you want to include that step in your script?

Also I figure since that script is using an older version of linshare (which still works), I modified the version number to 5.1.2 and it works great!

@Hrsolim
Copy link

Hrsolim commented May 2, 2023

Hi Everyone,
I tried to run the sh file on Debian11,

it could not run;

: not foundsetup-debian.sh: 20:
: not foundsetup-debian.sh: 26:
: not foundsetup-debian.sh: 28:
unattended-setup-debian.sh: 30: Syntax error: word unexpected (expecting "in")

What is the problem in my work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants