cports-docker/generate_config.sh
jabuxas 5343f236ed feat: add working docker files
the problem is that a simple wgetpaste pkg took 10 minutes
(https://paste.jabuxas.xyz/4689814282.log) to compile.

i have no idea whats wrong yet
2024-09-02 11:38:10 -03:00

5 lines
107 B
Bash
Executable File

#!/bin/sh
echo "What is the path to your cports repo?"
read repo_path
echo "CPORTS_REPO=$repo_path" > .env