1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-19 15:14:43 -04:00

Remove sudo

This commit is contained in:
Tommy 2022-05-30 18:39:44 -04:00 committed by GitHub
parent 48fd4dacfe
commit 75bc7b675d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
sudo snap install bitwarden
snap install bitwarden

View File

@ -1,3 +1,3 @@
#!/bin/bash
sudo snap install spotify
snap install spotify