Skip to content

HOWTO Update your razpass installation

Jens Heine edited this page Feb 19, 2024 · 1 revision

Update your razpass device

It is possible to update the razpass installation out of the p program.

Login to your razpass

ssh p@razpass

or if your use your mobile, connect with a ssh terminal to the razpass. Then execute this ocmmand:

[razpass] pshell> !razpass_update

You have to press enter to start the process and then some parts of the razpass installation will be updated

[razpass] pshell> !razpass_update
>>> Updating razpass installation...
<Press enter to start or ctrl-c to cancel>
>>> Creating temporary directory...
>>> Clean eventually existing old stuff...
>>> Get razpass project from github...
Cloning into 'razpass'...
remote: Enumerating objects: 159, done.
remote: Counting objects: 100% (159/159), done.
remote: Compressing objects: 100% (129/129), done.
remote: Total 159 (delta 49), reused 110 (delta 25), pack-reused 0
Receiving objects: 100% (159/159), 23.79 KiB | 974.00 KiB/s, done.
Resolving deltas: 100% (49/49), done.
>>> Copy the p user bin scripts...
'razpass/source/home_p_bin/addconnection' -> '/home/p/bin/addconnection'
'razpass/source/home_p_bin/deleteconnection' -> '/home/p/bin/deleteconnection'
'razpass/source/home_p_bin/halt' -> '/home/p/bin/halt'
'razpass/source/home_p_bin/reboot' -> '/home/p/bin/reboot'
'razpass/source/home_p_bin/scanwifi' -> '/home/p/bin/scanwifi'
'razpass/source/home_p_bin/showconnections' -> '/home/p/bin/showconnections'
>>> Update successful!
[razpass] pshell> 

Clone this wiki locally