mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 09:31:34 -05:00
Fix rosetta logic issues
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
4071009728
commit
8cb97dfeb9
@ -147,11 +147,10 @@ flatpak update -y
|
||||
if [ -f /media/psf/RosettaLinux/rosetta ]; then
|
||||
unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/apt/rosetta-sources.list | sudo tee /etc/apt/sources.list
|
||||
rm -rf /etc/apt/sources.list.d/proposed.list
|
||||
fi
|
||||
|
||||
sudo dpkg --add-architecture amd64
|
||||
sudo apt update
|
||||
sudo apt full-upgrade -y
|
||||
fi
|
||||
|
||||
# Install Microsoft Edge if x86_64
|
||||
MACHINE_TYPE=$(uname -m)
|
||||
|
Loading…
Reference in New Issue
Block a user