Skip to content

Commit

Permalink
Don't refresh Arch repos multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed Dec 9, 2024
1 parent e9533a6 commit d756ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source "${REPO_SCRIPTS_COMMON_DIR}/system-info.sh"
if ! is_distro_immutable; then
echo -e 'Updating the \e[0;32msystem packages\e[0m ...'
if [ "${DISTRO_FAMILY}" = 'Arch' ]; then
call_package_manager -Syu
call_package_manager -Su
elif [ "${DISTRO_FAMILY}" = 'Android' ] \
|| [ "${DISTRO_FAMILY}" = 'Debian' ] \
|| [ "${DISTRO_FAMILY}" = 'Ubuntu' ]; then
Expand Down

0 comments on commit d756ee2

Please sign in to comment.