Skip to content

Commit fe22ec6

Browse files
authored
Merge pull request #89 from arfshl/main
Defines `arch` in sources.list to prevent warning on `apt update`
2 parents 169f4fd + 16825c8 commit fe22ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Create the repository file:
8181

8282
```bash
8383
sudo curl https://gpg.polrivero.com/public.key | sudo gpg --dearmor -o /usr/share/keyrings/polrivero.gpg
84-
echo "deb [signed-by=/usr/share/keyrings/polrivero.gpg] https://deb.github-desktop.polrivero.com/ stable main" | sudo tee /etc/apt/sources.list.d/github-desktop-plus.list
84+
echo "deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/polrivero.gpg] https://deb.github-desktop.polrivero.com/ stable main" | sudo tee /etc/apt/sources.list.d/github-desktop-plus.list
8585
```
8686

8787
Update the package list and install:

0 commit comments

Comments
 (0)