File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ For Ubuntu and derivates just use this ppa::
27
27
28
28
For other debian based distributions download this debian package and install manually:
29
29
30
- `python-luckyluks_1.0.1 -1_all.deb <https://github.com/jas-per/luckyLUKS/releases/download/v1.0.1 /python-luckyluks_1.0.1 -1_all.deb >`_
30
+ `python-luckyluks_1.0.5 -1_all.deb <https://github.com/jas-per/luckyLUKS/releases/download/v1.0.5 /python-luckyluks_1.0.5 -1_all.deb >`_
31
31
32
32
On other distriubutions you can use the following zip-packaged python file:
33
33
34
- `luckyLUKS-1.0.1 <https://github.com/jas-per/luckyLUKS/releases/download/v1.0.1 /luckyLUKS-1.0.1 >`_
34
+ `luckyLUKS-1.0.5 <https://github.com/jas-per/luckyLUKS/releases/download/v1.0.5 /luckyLUKS-1.0.5 >`_
35
35
36
36
This file contains all resources and can be executed directly by the python intepreter. Place in :code: `/usr/bin ` and change ownership to root::
37
37
38
- > sudo mv luckyLUKS-1.0.1 /usr/bin/
39
- > sudo chown root:root /usr/bin/luckyLUKS-1.0.1
40
- > sudo chmod 755 /usr/bin/luckyLUKS-1.0.1
38
+ > sudo mv luckyLUKS-1.0.5 /usr/bin/
39
+ > sudo chown root:root /usr/bin/luckyLUKS-1.0.5
40
+ > sudo chmod 755 /usr/bin/luckyLUKS-1.0.5
41
41
42
- Then start with :code: `luckyLUKS-1.0.1 ` on the command line or create a desktop shortcut manually.
42
+ Then start with :code: `luckyLUKS-1.0.5 ` on the command line or create a desktop shortcut manually.
43
43
44
44
Dependencies
45
45
------------
Original file line number Diff line number Diff line change 1
- VERSION_STRING = '1.0.3 '
1
+ VERSION_STRING = '1.0.5 '
2
2
PROJECT_URL = 'https://github.com/jas-per/luckyLUKS'
You can’t perform that action at this time.
0 commit comments