Advertisement
baardove

Install DiCaffeine Raspberrian OS

Jan 1st, 2021
1,489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. wget -O - http://dicaffeine.com/repository/dicaffeine.key | sudo apt-key add -
  2.  
  3. echo "deb https://dicaffeine.com/repository/ buster main non-free" | sudo tee -a /etc/apt/sources.list.d/dicaffeine.list
  4.  
  5. sudo apt update
  6.  
  7. sudo apt install -y dicaffeine
  8.  
  9. sudo reboot
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement