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

This is needed for xss-lock to work properly
This commit is contained in:
Lucien Cartier-Tilet 2020-10-29 16:53:28 +01:00
parent 118eadb58a
commit d40de0fdec
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 9 additions and 0 deletions

View File

@ -217,6 +217,8 @@ for f in (find ~/.etc -type f)
sudo ln -s $f $dest
end
sudo ln -s (which plock) /usr/bin/plock
mkdir -p ~/fromGIT
printf "\n# Install Reveal.JS ###########################################################\n\n"

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