mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
Add explicit apt update to Debian installation steps
This commit is contained in:
parent
1c10dee3ee
commit
11aa9a2e74
|
|
@ -202,7 +202,7 @@ the repository](#2-downloading-the-repository).
|
|||
1. Enable 32-bit installations using `dpkg`:
|
||||
|
||||
```bash
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo dpkg --add-architecture i386 && sudo apt update
|
||||
```
|
||||
|
||||
2. Install the following packages via `apt`:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user