.
This commit is contained in:
parent
b0324bd859
commit
cb1faf4873
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ function addSpecificRepoFct () {
|
||||||
for i in $AppsRepo; do
|
for i in $AppsRepo; do
|
||||||
appRepo=(${i//;/ })
|
appRepo=(${i//;/ })
|
||||||
if [ "${appRepo[0]}" == "$1" ]; then
|
if [ "${appRepo[0]}" == "$1" ]; then
|
||||||
printf "[ADD_REPP_PPA][$1][${appRepo[1]}]...\n"
|
printf "[ADD_REPO_PPA][$1][${appRepo[1]}]...\n"
|
||||||
eval "${appRepo[1]}"
|
eval "${appRepo[1]}"
|
||||||
repoAdded=$(($repoAdded+1))
|
repoAdded=$(($repoAdded+1))
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue