Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi there I try to install scrypt mining pool but I have problem with mariadb server and instalation end or stops see this

installing mariadb repository....
an error occured in line 67 of file system.sh:
sudo add-apt-repository ¨deb(arc=amd64,arm64,ppc64) https://mirror.one.com/mariadb/repo/10,4/ubuntu bionic main"/dev/null2>&1

I need help about this please help me how to fix.
thanks

What I have tried:

installing mariadb repository....
an error occured in line 67 of file system.sh:
sudo add-apt-repository ¨deb(arc=amd64,arm64,ppc64) https://mirror.one.com/mariadb/repo/10,4/ubuntu bionic main"/dev/null2>&1
Posted
Updated 3-Aug-22 2:10am

1 solution

Have you got that syntax quite right? Without actually knowing much from your question (I'm guessing this is on a debian install, so bash syntax) I'd expect the last part (after the closing double-quote) to be

...." >/dev/null 2&>1

nearly but not quite what you have.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900