From 372945c9995ea9bf132e93bbb4bf9282fe94aefc Mon Sep 17 00:00:00 2001 From: 1kamma Date: Mon, 16 Jan 2023 06:54:34 +0200 Subject: [PATCH] remove parallels --- saretlinux.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/saretlinux.sh b/saretlinux.sh index 1abe5be..6009815 100644 --- a/saretlinux.sh +++ b/saretlinux.sh @@ -115,7 +115,6 @@ chmod a+x dotnet-install.sh sudo chsh $USER -s $(whereis fish) sudo rm $(ls) sudo tee /etc/timezone <</home/saret/.ssh/LibreGithub - curl -fsSL https://archive.heckel.io/apt/pubkey.txt | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/archive.heckel.io.gpg + curl -fsSL https://archive.heckel.io/apt/pubkey.txt | sudo gpg --armor --keyring gnupg-ring:/etc/apt/trusted.gpg.d/archive.heckel.io.gpg --no-default-keyring --import tee /etc/apt/sources.list.d/archive.heckel.io.list <