Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
fix for a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Al4ise committed Sep 5, 2021
1 parent f866f40 commit 31eb6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azule
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ if [ -n "$files" ]; then
root_password="alpine"
fi

if [ -z "$no_apt_update" ]; thena
if [ -z "$no_apt_update" ]; then
if [ -z "$silent_run" ]; then echo "Updating Sources..."; fi
echo "$root_password" | sudo -S apt-get update --allow-insecure-repositories &>/dev/null
Verbose "Successfully Refreshed Sources" "Couldn't Refresh Sources"
Expand Down

0 comments on commit 31eb6e9

Please sign in to comment.