mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 09:31:34 -05:00
Rosetta support
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
ed63904bb6
commit
166b42d1fa
@ -192,6 +192,9 @@ deb [arch=amd64] http://ports.ubuntu.com/ubuntu-ports jammy-security multiverse
|
|||||||
# For information about how to configure apt package sources,
|
# For information about how to configure apt package sources,
|
||||||
# see the sources.list(5) manual.' | sudo tee /etc/apt/sources.list
|
# see the sources.list(5) manual.' | sudo tee /etc/apt/sources.list
|
||||||
|
|
||||||
|
sudo dpkg --add-architecture amd64
|
||||||
|
sudo apt update
|
||||||
|
|
||||||
# Install Microsoft Edge if x86_64
|
# Install Microsoft Edge if x86_64
|
||||||
MACHINE_TYPE=$(uname -m)
|
MACHINE_TYPE=$(uname -m)
|
||||||
if [ "${MACHINE_TYPE}" == 'x86_64' ] || [ -f /media/psf/RosettaLinux/rosetta ]; then
|
if [ "${MACHINE_TYPE}" == 'x86_64' ] || [ -f /media/psf/RosettaLinux/rosetta ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user