remove echo in installer function

This commit is contained in:
teldra 2021-03-12 14:20:05 +01:00
parent 0087187fe7
commit 6c75be3814
1 changed files with 1 additions and 2 deletions

View File

@ -200,7 +200,6 @@ umounter() {
}
inst() {
echo "install from ${remote}" "${@}"
xbps-install -Sy -R "${remote}" -r "${dest}" "${@}" || exit
}
@ -225,4 +224,4 @@ findinarray() {
fi
done
return 1
}
}