We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f24ab96 + 1e352fc commit 57bd8c5Copy full SHA for 57bd8c5
1 file changed
install.sh
@@ -93,7 +93,7 @@ for cat in m.get('categories', {}).values():
93
seen.add(f)
94
print(f)
95
" | while read -r sfile; do
96
- curl -fsSL "$REPO_BASE/packs/$pack/sounds/$sfile" -o "$INSTALL_DIR/packs/$pack/sounds/$sfile"
+ curl -fsSL "$REPO_BASE/packs/$pack/sounds/$sfile" -o "$INSTALL_DIR/packs/$pack/sounds/$sfile" </dev/null
97
done
98
99
if [ "$UPDATING" = false ]; then
0 commit comments