Skip to content

Commit

Permalink
fix step three of TGL/ADL USB-C
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-man3000 authored Aug 26, 2023
1 parent c5d0cb5 commit 915b889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/post-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ nav_order: 16
[Install]
WantedBy=multi-user.target
```
3. Enable the systemd service by typing `systemctl enable --now chromebook-usbc.service`, then reboot.
3. Enable the systemd service by typing `systemctl enable --now chromebook-usbc.service`, then it should work.

-----------------------

Expand Down

1 comment on commit 915b889

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log for details.

Unrecognized words (30)
AMDGPU
ASUS
autofanctrl
bootableusb
BSOD
bugzilla
cgi
choie
cmdline
crosec
Devirtualize
driverinstallers
Entreprise
iommu
Mimo
newner
oneshot
overclock
pmc
QOL
redhat
rmmod
sbin
systemctl
systemd
TARLO
transitioning
typec
usbc
USBs
To accept ✔️ these unrecognized words as correct, run the following commands

... in a clone of the [email protected]:chrultrabook/docs.git repository
on the main branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/chrultrabook/docs/actions/runs/5985816216/attempts/1'
Available 📚 dictionaries could cover words not in the 📘 dictionary
Dictionary Entries Covers
cspell:cpp/src/cpp.txt 30216 8
cspell:software-terms/src/software-terms.txt 1237 3
cspell:python/src/python/python.txt 453 2
cspell:python/src/python/python-lib.txt 3873 2
cspell:golang/go.txt 3412 1

Consider adding them using (in .github/workflows/spelling.yml):

      with:
        extra_dictionaries:
          cspell:cpp/src/cpp.txt
          cspell:software-terms/src/software-terms.txt
          cspell:python/src/python/python.txt
          cspell:python/src/python/python-lib.txt
          cspell:golang/go.txt

To stop checking additional dictionaries, add:

      with:
        check_extra_dictionaries: ''
Pattern suggestions ✂️ (2)

You could add these patterns to .github/actions/spelling/patterns.txt:

# Automatically suggested patterns
# hit-count: 4 file-count: 2
# https/http/file urls
(?:\b(?:https?|ftp|file)://)[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]

# hit-count: 1 file-count: 1
# GitHub SHAs (markdown)
(?:\[`?[0-9a-f]+`?\]\(https:/|)/(?:www\.|)github\.com(?:/[^/\s"]+){2,}(?:/[^/\s")]+)(?:[0-9a-f]+(?:[-0-9a-zA-Z/#.]*|)\b|)

Errors (2)

See the 📜action log for details.

❌ Errors Count
ℹ️ candidate-pattern 3
❌ forbidden-pattern 1

See ❌ Event descriptions for more information.

Please sign in to comment.