[Bootstrap] Symlink plock' to /usr/bin'

This is needed for xss-lock to work properly
This commit is contained in:
2020-10-29 16:53:28 +01:00
parent 118eadb58a
commit d40de0fdec
2 changed files with 9 additions and 0 deletions

View File

@@ -612,6 +612,13 @@
end
#+END_SRC
Lets also symlink the ~plock~ script ([[file:bin.org::#Lock-635fcb38][source here]]) to ~/usr/bin~ so
~xss-lock~ can find it.
#+BEGIN_SRC fish
sudo ln -s (which plock) /usr/bin/plock
#+END_SRC
** Install packages from git
:PROPERTIES:
:CUSTOM_ID: Execute_bootstrap-Install_packages_from_git-7c6a6ea4