>>1066
here is a easier way to install lynxchan by the way. Like line 18, no password required or needed to make that user.
1) apt-get update && apt-get upgrade // then reboot
2) curl -sL
https://deb.nodesource.com/setup_12.x | sudo bash -
3) apt-get install -y nodejs
4)apt-get install unzip curl ffmpeg imagemagick file
5) sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 4B7C549A058F8B6B
6) echo "deb [ arch=amd64 ]
https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb.list
7) apt update
8) sudo apt install mongodb-org
9) cd /lib/systemd/system
10) systemctl daemon-reload
11) systemctl start mongod
12)systemctl enable mongod
13 reboot- cd to any directory you want to put the lynxchan files in
14) git clone
https://gitgud.io/LynxChan/LynxChan.git
15) cd LynxChan/aux
17) ./setup.sh
18) useradd node -s /usr/bin/nologin
19) ./root-setup.sh
enter yes to soft links then systemd
20) lynxchan -ca -l admin -p YouRPasswordHere -gr 0
21) sudo systemctl enable lynxchan <<< enables boot on startup