-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathinstall-redshift-v1.sh
More file actions
executable file
·19 lines (16 loc) · 924 Bytes
/
install-redshift-v1.sh
File metadata and controls
executable file
·19 lines (16 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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.
#
##################################################################################################################
sudo apt install -y redshift redshift-gtk geoclue-2.0
echo "################################################################"
echo "################### T H E E N D ######################"
echo "################################################################"