Skip to content

Commit

Permalink
Updated version and incorporated minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hoopsurfer committed Oct 12, 2018
1 parent fb0a04b commit c3d6d01
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Binary file modified pidesktop-base.deb
Binary file not shown.
2 changes: 1 addition & 1 deletion pidesktop-base/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: pidesktop-base
Version: 0.1.6
Version: 1.1.7
Section: free
Priority: optional
Architecture: all
Expand Down
11 changes: 9 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pidesktop V1.1.6
pidesktop V1.1.7
=================
This repository is a fork of the "offical" DIY Pi Desktop Case supporting software sold by http://www.element14.com sourced from Embest Technology Ltd. The case comes with a novel mSATA USB Disk, a power management solution, and real time clock integrated with the Raspberry Pi GPIO Connector. Together they provide the missing mass storage, power management, and real time clock available in a typical desktop computer.

Expand Down Expand Up @@ -50,7 +50,14 @@ postrm = post uninstall script

building pidesktop-base
-----------------------
There is a simple Makefile to build pidesktop-base.deb file from sources or you can simply download the provided .deb file and install with the following command:
There is a simple Makefile to build pidesktop-base.deb file from sources if you clone or fork the repos.

`make uninstall` will uninstall the current pidesktop package
`make clean` will clean the build environment
`make` will make the .deb file
`make install` will install the rebuilt pidesktop package

Or you can simply download the provided .deb file and install with the following command:

`dpkg -i pidesktop-base.deb`

Expand Down

0 comments on commit c3d6d01

Please sign in to comment.