Skip to content
This repository was archived by the owner on Dec 9, 2019. It is now read-only.

Commit b24a152

Browse files
committed
Remove Network-Manager dependency
1 parent 2d1c976 commit b24a152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function check_dependencies() {
1111
local NC='\033[0m'
1212
local msg=''
1313

14-
for cmd in "jq" "xsel" "certutil" "NetworkManager"; do
14+
for cmd in "jq" "xsel" "certutil"; do
1515
local str=''
1616

1717
if ! [[ -x "$(command -v $cmd)" ]]; then

0 commit comments

Comments
 (0)