Skip to content

Commit

Permalink
Uprev to v1.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
  • Loading branch information
Rem01Gaming committed Aug 18, 2024
1 parent fbb6a81 commit 8ad8669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dpkg-conf/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: origami-kernel
Architecture: all
Maintainer: Rem01Gaming
Installed-Size: 3500
Version: 1.1.3
Version: 1.1.4
Homepage: https://github.com/Rem01Gaming/origami_kernel_manager
Depends: fzf, fzy, jq, curl, sqlite
Description: Yet another kernel manager.
2 changes: 1 addition & 1 deletion src/okm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TERMUX_PATH="/data/data/com.termux/files/usr/bin"
ANDROID=$(getprop ro.build.version.release)
ENTROPY="$(cat /proc/sys/kernel/random/entropy_avail)/$(cat /proc/sys/kernel/random/poolsize) ($(($(cat /proc/sys/kernel/random/entropy_avail) * 100 / $(cat /proc/sys/kernel/random/poolsize)))% available)"
VENDOR=$(getprop "ro.product.manufacturer")
VERSION="v1.1.3"
VERSION="v1.1.4"

trap "tput cnorm" EXIT

Expand Down

0 comments on commit 8ad8669

Please sign in to comment.