Skip to content

Commit 5e0ee10

Browse files
committed
feat: release 0.0.9 for 3.10.2.2063
1 parent bc7ff3b commit 5e0ee10

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ bash -c "$(wget https://raw.githubusercontent.com/mb1986/rm-hacks/main/install.s
5757

5858
## Patches
5959

60-
| Version | 3.9.5.2026 | 3.9.4.2018 | 3.9.3.1986 | 3.8.3.1976 | 3.8.2.1965 | 3.7.0.1930 | 3.6.1.1894 | 3.3.2.1666 |
61-
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
62-
|**0.0.9**|:white_check_mark:|:white_check_mark:|:white_check_mark:| :x: | :x: | :x: | :x: | :x: |
63-
|**0.0.8**| :x: | :x: |:white_check_mark:| :x: | :x: | :x: | :x: | :x: |
64-
|**0.0.7**| :x: | :x: |:white_check_mark:|:white_check_mark:|:white_check_mark:| :x: | :x: | :warning: |
65-
|**0.0.6**| :x: | :x: | :x: | :x: |:white_check_mark:| :x: | :x: | :x: |
66-
|**0.0.5**| :x: | :x: | :x: | :x: |:white_check_mark:|:white_check_mark:| :x: | :x: |
67-
|**0.0.4**| :x: | :x: | :x: | :x: | :x: |:white_check_mark:| :x: | :x: |
68-
|**0.0.3**| :x: | :x: | :x: | :x: | :x: |:white_check_mark:| :x: | :x: |
69-
|**0.0.2**| :x: | :x: | :x: | :x: | :x: |:white_check_mark:| :x: | :x: |
70-
|**0.0.1**| :x: | :x: | :x: | :x: | :x: |:white_check_mark:|:white_check_mark:| :x: |
60+
| Version | 3.10.2.2063 | 3.9.5.2026 | 3.9.4.2018 | 3.9.3.1986 | 3.8.3.1976 | 3.8.2.1965 | 3.7.0.1930 | 3.6.1.1894 | 3.3.2.1666 |
61+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
62+
|**0.0.9**|:white_check_mark:|:white_check_mark:|:white_check_mark:|:white_check_mark:| :x: | :x: | :x: | :x: | :x: |
63+
|**0.0.8**| :x: | :x: | :x: |:white_check_mark:| :x: | :x: | :x: | :x: | :x: |
64+
|**0.0.7**| :x: | :x: | :x: |:white_check_mark:|:white_check_mark:|:white_check_mark:| :x: | :x: | :warning: |
65+
|**0.0.6**| :x: | :x: | :x: | :x: | :x: |:white_check_mark:| :x: | :x: | :x: |
66+
|**0.0.5**| :x: | :x: | :x: | :x: | :x: |:white_check_mark:|:white_check_mark:| :x: | :x: |
67+
|**0.0.4**| :x: | :x: | :x: | :x: | :x: | :x: |:white_check_mark:| :x: | :x: |
68+
|**0.0.3**| :x: | :x: | :x: | :x: | :x: | :x: |:white_check_mark:| :x: | :x: |
69+
|**0.0.2**| :x: | :x: | :x: | :x: | :x: | :x: |:white_check_mark:| :x: | :x: |
70+
|**0.0.1**| :x: | :x: | :x: | :x: | :x: | :x: |:white_check_mark:|:white_check_mark:| :x: |
7171

7272
If you're still using a device with version 2.x, you might prefer using
7373
[ddvk's Binary Patches](https://github.com/ddvk/remarkable-hacks).

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ patch () {
128128
echo -e "${COLOR_SUCCESS}Trying to download and install patch: '$patch_version'${NOCOLOR}"
129129

130130
pass=$(sha256sum $APP_BINARY | cut -c1-64)
131-
$WGET -cO- $PATCH_URL/${patch_version}_$hash.patch | openssl aes-256-cbc -d -a -md sha512 -pbkdf2 -iter 1000000 -salt -pass pass:$pass | tar --overwrite -xjC $CACHE_DIR
131+
$WGET -cO- $PATCH_URL/${patch_version}_$hash.patch | openssl aes-256-cbc -d -a -md sha512 -pbkdf2 -iter 1000000 -salt -pass pass:$pass | tar -xjC $CACHE_DIR
132132

133133
mkdir -p /etc/systemd/system/xochitl.service.d
134134
cat << EOF > /etc/systemd/system/xochitl.service.d/qmlfileops.conf

patches/0.0.9-alpha.1_2debed2b6230f8d1e83ecd214e4cc6fb0f6bfe4e.patch renamed to patches/0.0.9_2debed2b6230f8d1e83ecd214e4cc6fb0f6bfe4e.patch

File renamed without changes.

patches/0.0.9-alpha.1_b159bc7ff08fe9d77f739bca4d599c91c14caec8.patch renamed to patches/0.0.9_b159bc7ff08fe9d77f739bca4d599c91c14caec8.patch

File renamed without changes.

0 commit comments

Comments
 (0)