You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
358 B
10 lines
358 B
#!/bin/bash
|
|
|
|
# List of repositories for extra dependency packages
|
|
EDEPS_REPO="
|
|
# - For the time being use stable builds for extra dependencies
|
|
# master http://mirror.ppa.trinitydesktop.org/trinity-testing deps
|
|
master http://mirror.ppa.trinitydesktop.org/trinity-sb deps-r14
|
|
r14.0.x http://mirror.ppa.trinitydesktop.org/trinity-sb deps-r14
|
|
"
|