Upload files to "setup"

This commit is contained in:
2025-01-29 15:33:09 +02:00
parent 0970b66cd0
commit a112bce7d5
3 changed files with 20 additions and 0 deletions

8
setup/msdege_install.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
sudo apt install curl
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge.list'
sudo rm microsoft.gpg
sudo apt update && sudo apt install microsoft-edge-stable