Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 6, 2024
1 parent 82d73cb commit 60aa7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ while IFS= read -r p; do
packages+=( "${p}" )
done < <( cut -d' ' -f2 "${root}/../DEPENDS.txt" | uniq )
$SUDO tlmgr --verify-repo=none install "${packages[@]}"
$SUDO tlmgr --verify-repo=none --no-auto-update update "${packages[@]}" || echo 'Failed to update'
$SUDO tlmgr --verify-repo=none update --no-auto-install "${packages[@]}" || echo 'Failed to update'

if ! pygmentize -V >/dev/null 2>&1; then
if [ -n "${linux}" ]; then
Expand Down

0 comments on commit 60aa7e0

Please sign in to comment.