-
Notifications
You must be signed in to change notification settings - Fork 18
/
install-peek-v3.sh
executable file
·26 lines (21 loc) · 1.11 KB
/
install-peek-v3.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
#
##################################################################################################################
# Written to be used on 64 bits computers
# Author : Erik Dubois
# Website : http://www.erikdubois.be
##################################################################################################################
##################################################################################################################
#
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
#
##################################################################################################################
# Latest builds of cinnamon and nemo
wget https://github.com/phw/peek/releases/download/v0.7.2/peek-0.7.2-Linux.deb
sudo apt install libsdl1.2debian ffmpeg libavdevice-ffmpeg56 -y
sudo apt-get -f install -y
sudo dpkg -i peek-0.7.2-Linux.deb
rm peek-0.7.2-Linux.deb
echo "################################################################"
echo "################### peek installed ######################"
echo "################################################################"