From 75bc7b675d309fb7b589c71b113fb8584d044560 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 30 May 2022 18:39:44 -0400 Subject: [PATCH] Remove sudo --- ubuntu/bitwarden.sh | 2 +- ubuntu/spotify.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu/bitwarden.sh b/ubuntu/bitwarden.sh index e76b17d..1ce6bb9 100644 --- a/ubuntu/bitwarden.sh +++ b/ubuntu/bitwarden.sh @@ -1,3 +1,3 @@ #!/bin/bash -sudo snap install bitwarden \ No newline at end of file +snap install bitwarden \ No newline at end of file diff --git a/ubuntu/spotify.sh b/ubuntu/spotify.sh index 33898a1..8407907 100644 --- a/ubuntu/spotify.sh +++ b/ubuntu/spotify.sh @@ -1,3 +1,3 @@ #!/bin/bash -sudo snap install spotify \ No newline at end of file +snap install spotify \ No newline at end of file