setup script for nextcloud dev env
checked on Debian 13 (Trixie) ( not Debian 12 )
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo apt install podman
|
||||
|
||||
gitclone=git@github.com:nextcloud/docker.git
|
||||
|
||||
if [[ ! -d podman ]]
|
||||
@@ -7,4 +9,9 @@ then
|
||||
git clone $gitclone podman
|
||||
fi
|
||||
|
||||
echo "Not completed see REAMDE.md hack"
|
||||
cd podman
|
||||
./update.sh
|
||||
cd 31/apache
|
||||
podman build .
|
||||
|
||||
echo "See README.md if build failed"
|
||||
|
||||
Reference in New Issue
Block a user