Skip to content

Commit

Permalink
Fix instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Feb 21, 2023
1 parent a4772f6 commit cfdbfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export keys=/usr/share/keyrings/qu1x-dev-archive-keyring.gpg
export list=/etc/apt/sources.list.d/qu1x-dev.list

printf "# Qu1x Deb\ndeb [signed-by=$keys] $repo\ndeb-src [signed-by=$keys] $repo\n" | sudo tee $list
curl https://qu1x.dev/file/keyring.gpg | sudo tee $keys
sudo curl -o $keys https://qu1x.dev/file/keyring.gpg

sudo apt update
sudo apt install huawei-wmi
Expand Down

0 comments on commit cfdbfe1

Please sign in to comment.