Skip to content

Commit 3c08386

Browse files
committed
Add sudo to snap
1 parent e6a2a49 commit 3c08386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function yay_update() {
117117
}
118118

119119
function snap_install() {
120-
snap install "$@"
120+
sudo snap install "$@"
121121

122122
return 0
123123
}

0 commit comments

Comments
 (0)