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