Debian stable
This commit is contained in:
parent
f88d38c6aa
commit
629615fd2e
|
@ -15,7 +15,9 @@
|
||||||
#+end_export
|
#+end_export
|
||||||
|
|
||||||
* Adding extra apps
|
* Adding extra apps
|
||||||
Suppose you have some internet application which you want to add to the system. To do this you need to create an app script which tells the system how to install/remove and also backup/restore. On an installed system the app scripts go into the directory:
|
Suppose you have some internet application which you want to add to the system. To do this you need to create an app script which tells the system how to install/remove and also backup/restore. The script should be designed to work with the current stable version of Debian.
|
||||||
|
|
||||||
|
On an installed system the app scripts go into the directory:
|
||||||
|
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
/usr/share/freedombone/apps
|
/usr/share/freedombone/apps
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2016-10-12 Wed 17:14 -->
|
<!-- 2016-10-12 Wed 17:17 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title></title>
|
<title></title>
|
||||||
|
@ -245,11 +245,15 @@ for the JavaScript code in this tag.
|
||||||
|
|
||||||
<center><h1>Developers Guide</h1></center>
|
<center><h1>Developers Guide</h1></center>
|
||||||
|
|
||||||
<div id="outline-container-orgb179e3c" class="outline-2">
|
<div id="outline-container-org928199a" class="outline-2">
|
||||||
<h2 id="orgb179e3c">Adding extra apps</h2>
|
<h2 id="org928199a">Adding extra apps</h2>
|
||||||
<div class="outline-text-2" id="text-orgb179e3c">
|
<div class="outline-text-2" id="text-org928199a">
|
||||||
<p>
|
<p>
|
||||||
Suppose you have some internet application which you want to add to the system. To do this you need to create an app script which tells the system how to install/remove and also backup/restore. On an installed system the app scripts go into the directory:
|
Suppose you have some internet application which you want to add to the system. To do this you need to create an app script which tells the system how to install/remove and also backup/restore. The script should be designed to work with the current stable version of Debian.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
On an installed system the app scripts go into the directory:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
|
|
Loading…
Reference in New Issue