Skip to content

Commit

Permalink
fix init.sh bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jul 16, 2024
1 parent 85dfc4a commit 3855e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ init() {
;;
'ubuntu')
if [ "$GITHUB_ACTIONS" = "true" ] && [ -f /.dockerenv ]; then
sed -i.bak "[email protected]@azure.archive.ubuntu.com@g" /etc/apt/sources.list
sed -i.bak "[email protected]@azure.archive.ubuntu.com@g" /etc/apt/sources.list
sed -i.bak "[email protected]@azure.archive.ubuntu.com@g" /etc/apt/sources.list
fi
;;
'alpine')
Expand Down

0 comments on commit 3855e9a

Please sign in to comment.