-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstall-variety-latest.sh
executable file
·71 lines (59 loc) · 2.21 KB
/
install-variety-latest.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#!/bin/bash
############################################################################
#
#
# ./+o+-
# yyyyy- -yyyyyy+
# ://+//////-yyyyyyo
# .++ .:/++++++/-.+sss/`
# .:++o: /++++++++/:--:/-
# o:+o+:++.`..```.-/oo+++++/
# .:+o:+o/. `+sssoo+/
# .++/+:+oo+o:` /sssooo.
# /+++//+:`oo+o /::--:.
# \+/+o+++`o++o ++////.
# .++.o+++oo+:` /dddhhh.
# .+.o+oo:. `oddhhhh+
# \+.++o+o``-````.:ohdhhhhh+
# `:o+++ `ohhhhhhhhyo++os:
# .o:`.syhhhhhhh/.oo++o`
# /osyyyyyyo++ooo+++/
# ````` +oo+++o\:
# `oo++.
#
#
#
############################################################################
# Author : Erik Dubois
# Website : http://www.erikdubois.be
############################################################################
# More from Erik Dubois
#
# Aurora conky and all its components are installed via an other script
# at http://sourceforge.net/projects/auroraconkytheme/
# Explanation on the use of this theme can be found at
# http://erikdubois.be/
#
# Sardi icons can be found at
# http://sourceforge.net/projects/sardi/
#
# Yltra flat icons can be found at
# https://github.com/erikdubois/yltra-flat-icon-theme
############################################################################
#
# the option -y has been added. It will autoinstall all. Omit if you do not want that.
#
############################################################################
############################################################################
#
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. AT YOUR OWN RISK.
#
############################################################################
# repo for variety wallpaper
sudo add-apt-repository ppa:peterlevi/ppa -y
# getting new info of this new repo
sudo apt-get -y update
# installing
sudo apt-get install -y variety
############################################################################
#ending