1
0

Fix repo file creation

Este cometimento está contido em:
2024-11-12 00:17:28 -05:00
ascendente 11d3f1acb6
cometimento a03cd1bc84

Ver ficheiro

@@ -651,7 +651,7 @@ install_mc_repo() {
esac
echo "Adding MC repository file: $repo_file"
sudo tee "$repo_file" &>/dev/null <<< "$repo_text"
echo "$repo_text" | sudo tee "$repo_file" &>/dev/null
if ! "${PKG_UPDATE[@]}"; then
err "Package update failed!"