-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,19 +23,19 @@ Github's GPG Key ID: `B5690EEEBB952194` | |
|
||
### Build: | ||
|
||
A. To build later releases clone the repo and run - | ||
|
||
`buildscript.sh {version: +increment} {time: source_date_epoch} {yes/no: mount /dev/mmcblk1}`: | ||
|
||
ex. ```sudo su && git clone [email protected]:0mniteck/Signal-Desktop-Mobian.git && cd Signal-Desktop-Mobian && ./buildscript.sh .01 1723852093 no``` | ||
A. To build later releases clone the repo and run: | ||
|
||
```sudo su && git clone [email protected]:0mniteck/Signal-Desktop-Mobian.git && cd Signal-Desktop-Mobian && ./buildscript.sh .01 1723852093 no``` | ||
|
||
B. or to build the current release for reproducibility: | ||
B. Or to build the current release for reproducibility: | ||
|
||
```sudo su && git clone [email protected]:0mniteck/Signal-Desktop-Mobian.git && cd Signal-Desktop-Mobian && ./buildscript.sh``` | ||
|
||
### Usage: | ||
|
||
Copy the `.deb` to your device, verify the sha512sum, then install: | ||
[Download the `.deb`](https://github.com/0mniteck/Signal-Desktop-Mobian/raw/master/builds/release/signal-desktop_7.31.0_arm64.deb) to your device, verify the sha512sum, then install: | ||
|
||
[[Current Sha512sum]](https://github.com/0mniteck/Signal-Desktop-Mobian/blob/master/builds/release/release.sha512sum#L1) | ||
(https://github.com/0mniteck/Signal-Desktop-Mobian/blob/a63f8d6bea7ccc362a05b130873c64f798ae9abb/builds/release/release.sha512sum#L1) | ||
|