jabuxas
5343f236ed
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
5 lines
107 B
Bash
Executable File
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
|