Skip to content

Commit

Permalink
Uprev to v1.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
  • Loading branch information
Rem01Gaming committed Mar 13, 2024
1 parent 4673a34 commit 4f5ca4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dpkg-conf/control
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: origami-kernel
Architecture: all
Maintainer: Rem01Gaming
Installed-Size: 1000
Version: 1.0.4
Installed-Size: 1500
Version: 1.0.5
Homepage: https://github.com/Rem01Gaming/origami_kernel_manager
Depends: tsu, fzf, fzy
Description: Yet another kernel manager.
2 changes: 1 addition & 1 deletion src/origami-kernel
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ LINE=$(stty size | awk '{print $2}')
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.0.4"
VERSION="v1.0.5"

trap "tput cnorm" EXIT

Expand Down

0 comments on commit 4f5ca4c

Please sign in to comment.