-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
148 lines (147 loc) · 8.08 KB
/
Copy pathindex.html
File metadata and controls
148 lines (147 loc) · 8.08 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- META info -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<!-- CSS style -->
<link rel="stylesheet" href="https://itai-nelken.github.io/aptpac/assets/css/style.css?v=653fdb393fe2b8d641b0cee23c86bc9c9a54893d">
<link rel="stylesheet" href="https://pi-ware.ml/assets/css/loading.css" type="text/css">
<link rel="stylesheet" href="./assets/css/style.css" type="text/css">
<!-- Begin Jekyll SEO tag v2.7.1 -->
<title>Pi-Ware</title>
<link rel="shortcut icon" type="image/gif" href="./assets/images/logo-full.png">
<meta name="generator" content="Jekyll v3.9.0" />
<meta property="og:title" content="pi-ware" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Pi-Ware is an app store for the Raspberry Pi that allows you to install apps that you can't get using sudo apt-get install in Terminal." />
<meta property="og:description" content="Pi-Ware is an app store for the Raspberry Pi that allows you to install apps that you can't get using sudo apt-get install in Terminal." />
<link rel="canonical" href="https://pi-ware.ml/" />
<meta property="og:url" content="https://pi-ware.ml/" />
<meta property="og:site_name" content="Pi-Ware" />
<script type="application/ld+json">
{"description":"Pi-Ware is an app store for the Raspberry Pi that allows you to install apps that you can't get using sudo apt-get install in Terminal.","url":"https://pi-ware.ml/","@type":"WebSite","headline":"Pi-Ware is an app store for the Raspberry Pi that allows you to install apps that you can't get using sudo apt-get install in Terminal.","name":"Pi-Ware","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- Include scripts -->
<script src="https://pi-ware.ml/assets/js/date.js"></script>
<!-- End Include scripts -->
<!-- HTMl view -->
</head>
<body>
<style>
.confetti {
width: 15px;
height: 15px;
background-color: #f2d74e;
position: absolute;
left: 50%;
animation: confetti 5s ease-in-out -2s infinite;
transform-origin: left top;
}
.confetti:nth-child(1) {
background-color: #f2d74e; left: 10%; animation-delay: 0;
}
.confetti:nth-child(2) {
background-color: #95c3de; left: 20%; animation-delay: -5s;
}
.confetti:nth-child(3) {
background-color: #ff9a91; left: 30%; animation-delay: -3s;
}
.confetti:nth-child(4) {
background-color: #f2d74e; left: 40%; animation-delay: -2.5s;
}
.confetti:nth-child(5) {
background-color: #95c3de; left: 50%; animation-delay: -4s;
}
.confetti:nth-child(6) {
background-color: #ff9a91; left: 60%; animation-delay: -6s;
}
.confetti:nth-child(7) {
background-color: #f2d74e; left: 70%; animation-delay: -1.5s;
}
.confetti:nth-child(8) {
background-color: #95c3de; left: 80%; animation-delay: -2s;
}
.confetti:nth-child(9) {
background-color: #ff9a91; left: 90%; animation-delay: -3.5s;
}
.confetti:nth-child(10) {
background-color: #f2d74e; left: 100%; animation-delay: -2.5s;
}
@keyframes confetti {
0% { transform: rotateZ(15deg) rotateY(0deg) translate(0,0); }
25% { transform: rotateZ(5deg) rotateY(360deg) translate(-5vw,20vh); }
50% { transform: rotateZ(15deg) rotateY(720deg) translate(5vw,60vh); }
75% { transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw,80vh); }
100% { transform: rotateZ(15deg) rotateY(1440deg) translate(10vw,110vh); }
}
</style>
<div id="confetti-holder">
</div>
<!-- Loading animation -->
<div class="loader">
<img src="https://pi-ware.ml/assets/images/loading.webp" alt="Loading..." />
</div>
<script src="https://pi-ware.ml/assets/js/loading.js"></script>
<!-- Main view -->
<canvas id="confetti-holder" style="display: none;"></canvas>
<section class="page-header">
<h1 class="project-name">Pi-Ware</h1>
<h2 class="project-tagline">Pi-Ware is an app store for the Raspberry Pi that allows you to install apps that you can't get using sudo apt-get install in Terminal.</h2>
<button onclick="window.location.assign('https://github.com/piware14/pi-ware')" class="btn">View on GitHub</button>
<span class="center site-footer-owner">Looking for the Pi-Ware applist?</span>
<button onclick="window.location.assign('https://pi-ware.ml/current-apps/')" class="btn">click here</button>
</section>
<section class="main-content">
<h1 class="center project-name" id="pi-ware">Pi-Ware</h1>
<p class="center"><a href="https://github.com/piware14/pi-ware/blob/main/LICENSE"><img src="https://img.shields.io/github/license/piware14/pi-ware?style=flat-square" alt="license badge" /></a> <a href="https://discord.gg/BU8F6D8X6s"><img src="https://img.shields.io/discord/840124418528378881?color=7289da&label=Discord%20Server&logo=discord&style=flat-square" alt="Discord badge" /></a></p>
</code></pre></div></div>
<h2 id="guide-to-installing">Installing:</h3>
<h3 id="installing">To install Pi-Ware, run the command below:</h2>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nb">git clone https://github.com/piware14/pi-ware.git
cd pi-ware
bash install</span>
</code></pre></div></div>
<div class="tooltip">
<button class="button2" onclick="copyToClipboard('p1')"><span class="tooltiptext" id="p1-tooltip">Copy to clipboard</span>Copy Code</button>
</div>
<h2 id="updating">Updating:</h2>
<h3 id="guide-to-uninstalling">Pi-Ware will automatically update.</h3>
<h3 id="guide-to-uninstalling">To force update Pi-Ware, run the command below:</h3>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nb">bash $HOME/pi-ware/updater force</span>
</code></pre></div></div>
<div class="tooltip">
<button class="button2" onclick="copyToClipboard('p2')"><span class="tooltiptext" id="p2-tooltip">Copy to clipboard</span>Copy Code</button>
</div>
<h2 id="uninstalling">Uninstalling:</h2>
<h3 id="guide-to-uninstalling">To uninstall Pi-Ware, run the command below:</h3>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nb">pi-ware --uninstall-all</span>
</code></pre></div></div>
<div class="tooltip">
<button class="button2" onclick="copyToClipboard('p3')"><span class="tooltiptext" id="p3-tooltip">Copy to clipboard</span>Copy Code</button>
</div>
<!-- Copytext function -->
<input style="display: none;" id="p1" type="text" value="git clone https://github.com/piware14/pi-ware.git && cd pi-ware && bash install">
<input style="display: none;" id="p2" type="text" value="bash $HOME/pi-ware/updater force">
<input style="display: none;" id="p3" type="text" value="pi-ware --uninstall-all">
<!-- Script for copy button -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://pi-ware.ml/assets/js/copy.js"></script>
<!--<h2 id="reviews">Reviews</h2>-->
<footer class="site-footer">
<span class="center site-footer-owner"><a href="https://github.com/piware14/pi-ware">Pi-Ware</a> is maintained by <a href="https://pi-ware.ml/Team/">The Pi-Ware-Team</a>.</span>
<span class="center site-footer-owner">This site is maintained by <a href="https://github.com/oxmc">oxmc</a>.</span>
<span class="center site-footer-owner" id="copyright"></span>
<script src="https://pi-ware.ml/assets/js/copyright.js"></script>
<!-- Notifications -->
<script src="./assets/js/izitoast.min.js"></script>
<link rel="stylesheet" href="./assets/css/izitoast.min.css">
<script src="https://pi-ware.ml/assets/js/favicon.js"></script>
<script src="assets/js/anniversary.js"></script>
<script>
</script>
</footer>
</section>
</body>
</html>