Skip to content

Commit

Permalink
Changes following fc17dce
Browse files Browse the repository at this point in the history
Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
  • Loading branch information
Rem01Gaming committed May 22, 2024
1 parent fc17dce commit 13510fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ all:
@echo "make pack-deb : Build deb package"

install:
cp ./src/origami-kernel $(PREFIX)/bin
cp ./src/okm $(PREFIX)/bin
cp ./src/origami-sudo $(PREFIX)/bin
mkdir $(PREFIX)/share/origami-kernel
cp -r ./share/* $(PREFIX)/share/origami-kernel
chmod +x $(PREFIX)/bin/origami-kernel
chmod +x $(PREFIX)/bin/okm
chmod +x $(PREFIX)/bin/origami-sudo
@printf "\033[1;38;2;254;228;208m .^. .^.\n"
@printf " /⋀\\_ノ_/⋀\\ \n"
@printf " /ノソノ\\ノソ丶)|\n"
@printf " |ルリリ >  )リ\n"
@printf " ノノ㇏ V ノ|ノ\n"
@printf " ⠁⠁\n"
@printf "\033[1;38;2;254;228;208m[+] origami-kernel installed, run with origami-kernel\033[0m\n"
@printf "\033[1;38;2;254;228;208m[+] origami-kernel installed, run with 'okm'\033[0m\n"

uninstall:
rm -f $(PREFIX)/bin/origami-kernel $(PREFIX)/bin/origami-sudo
rm -f $(PREFIX)/bin/okm $(PREFIX)/bin/origami-sudo
rm -rf $(PREFIX)/share/origami-kernel
@printf "\033[1;38;2;254;228;208m[+] origami-kernel uninstalled\033[0m\n"

Expand All @@ -65,7 +65,7 @@ pack-deb:
@printf "\033[1;38;2;254;228;208m[+] Build packages.\033[0m\n"&&sleep 1s
@chmod -Rv 755 $(O)/deb/DEBIAN
@chmod -Rv 755 $(O)/deb/data/data/com.termux/files/usr/bin
@chmod -Rv 777 $(O)/deb/data/data/com.termux/files/usr/bin/origami-kernel
@chmod -Rv 777 $(O)/deb/data/data/com.termux/files/usr/bin/okm
@chmod -Rv 777 $(O)/deb/data/data/com.termux/files/usr/bin/origami-sudo
@cd $(O)/deb&&dpkg -b . ../../origami-kernel.deb
@printf "\033[1;38;2;254;228;208m .^. .^.\n"
Expand Down
2 changes: 1 addition & 1 deletion dpkg-conf/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ printf " /ノソノ\\ノソ丶)|\n"
printf " |ルリリ >  )リ\n"
printf " ノノ㇏ V ノ|ノ\n"
printf " ⠁⠁\n"
printf "\033[1;38;2;254;228;208m[+] origami-kernel installed, run with origami-kernel\033[0m\n"
printf "\033[1;38;2;254;228;208m[+] origami-kernel installed, run with 'okm'\033[0m\n"

0 comments on commit 13510fe

Please sign in to comment.