Fixed the piping problem between wget and bash, and used docker buildx.
This commit is contained in:
@@ -16,7 +16,10 @@ sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install wget git
|
||||
Run the setup script:
|
||||
|
||||
```bash
|
||||
wget -qO- https://gitea.abdulhade.com/abdulhade/db-middleware/raw/branch/main/scripts/setup.sh | bash
|
||||
mkdir -p ~/.db-middleware/scripts &&
|
||||
cd ~/.db-middleware/scripts &&
|
||||
wget -qO setup.sh https://gitea.abdulhade.com/abdulhade/db-middleware/raw/branch/main/scripts/setup.sh &&
|
||||
bash setup.sh
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user