File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 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::
2727
2828For other debian based distributions download this debian package and install manually:
2929
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 >`_
3131
3232On other distriubutions you can use the following zip-packaged python file:
3333
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 >`_
3535
3636This file contains all resources and can be executed directly by the python intepreter. Place in :code: `/usr/bin ` and change ownership to root::
3737
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
4141
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.
4343
4444Dependencies
4545------------
Original file line number Diff line number Diff line change 1- VERSION_STRING = '1.0.3 '
1+ VERSION_STRING = '1.0.5 '
22PROJECT_URL = 'https://github.com/jas-per/luckyLUKS'
You can’t perform that action at this time.
0 commit comments