diff --git a/Ubuntu--24.04-Desktop.sh b/Ubuntu-24.04-Desktop.sh similarity index 98% rename from Ubuntu--24.04-Desktop.sh rename to Ubuntu-24.04-Desktop.sh index 16578f7..4d8c0c4 100644 --- a/Ubuntu--24.04-Desktop.sh +++ b/Ubuntu-24.04-Desktop.sh @@ -173,7 +173,7 @@ if [ "${MACHINE_TYPE}" == 'x86_64' ] || [ -f /media/psf/RosettaLinux/rosetta ] | umask 022 output 'x86_64 machine, installing Microsoft Edge.' unpriv curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | sudo tee /usr/share/keyrings/microsoft.gpg - unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/apt/sources.list.d/microsoft-edge.list | sudo tee /etc/apt/sources.list.d/microsoft-edge.list + unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/apt/sources.list.d/microsoft-edge.sources | sudo tee /etc/apt/sources.list.d/microsoft-edge.sources sudo apt update sudo apt full-upgrade -y sudo apt install -y microsoft-edge-stable diff --git a/etc/apt/sources.list.d/microsoft-edge.list b/etc/apt/sources.list.d/microsoft-edge.list deleted file mode 100644 index c3cdb89..0000000 --- a/etc/apt/sources.list.d/microsoft-edge.list +++ /dev/null @@ -1 +0,0 @@ -deb [arch=amd64 signed-by=/usr/share/keyrings/microsoft.gpg] https://packages.microsoft.com/repos/edge stable main \ No newline at end of file diff --git a/etc/apt/sources.list.d/microsoft-edge.sources b/etc/apt/sources.list.d/microsoft-edge.sources new file mode 100644 index 0000000..69b87ae --- /dev/null +++ b/etc/apt/sources.list.d/microsoft-edge.sources @@ -0,0 +1,6 @@ +Types: deb +URIs: https://packages.microsoft.com/repos/edge +Suites: stable +Components: main +Signed-By: /usr/share/keyrings/microsoft.gpg +Architectures: amd64 \ No newline at end of file