Duplicate sudo apt-get update command. Line 47 already runs sudo apt-get update before adding the architecture, and it's run again on line 49. The first update on line 47 can be removed since the second update on line 49 (after adding the arm64 architecture) will refresh the package lists with the newly added architecture sources.
Originally posted by @Copilot in #14 (comment)
Duplicate
sudo apt-get updatecommand. Line 47 already runssudo apt-get updatebefore adding the architecture, and it's run again on line 49. The first update on line 47 can be removed since the second update on line 49 (after adding the arm64 architecture) will refresh the package lists with the newly added architecture sources.Originally posted by @Copilot in #14 (comment)