Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kale-Ko authored Jun 5, 2024
1 parent a311c00 commit 0ff9a88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ Windows Compiler:
Ubuntu is the same as Debian except you need to add the ports repository.\
You may also need to manually specify `[arch=amd64,i386]` for your default repositories

`echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports/ $(lsb_release -sc) main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/ubuntu-ports.list`
`( echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports/ $(lsb_release -sc) main restricted universe multiverse" ; echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports/ $(lsb_release -sc)-updates main restricted universe multiverse" ; echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports/ $(lsb_release -sc)-security main restricted universe multiverse" ) | sudo tee /etc/apt/sources.list.d/ubuntu-ports.list`

`( echo "deb [arch=amd64,i386] http://archive.ubuntu.com/ubuntu/ $(lsb_release -sc) main restricted universe multiverse"; echo "deb [arch=amd64,i386] http://archive.ubuntu.com/ubuntu/ $(lsb_release -sc)-updates main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/ubuntu-updates.list ; echo "deb [arch=amd64,i386] http://archive.ubuntu.com/ubuntu/ $(lsb_release -sc)-security main restricted universe multiverse" ) | sudo tee /etc/apt/sources.list.d/ubuntu.list`

### Building

Expand Down

0 comments on commit 0ff9a88

Please sign in to comment.