Skip to content

Commit aa378dd

Browse files
committed
2026-08-07T19:08:38+00:00
1 parent 18c3aa5 commit aa378dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

termux-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ VIM=1
2424
NVIM=1
2525
RCLONEEXTRA=1
2626
MOZLZ4=1
27-
PHICE=0
27+
PHICE=1
2828
CYBERCHEF=1
2929
STIRLINGPDF=1
3030
NPMG='http-server prettier'
@@ -236,7 +236,7 @@ if [ "$MOZLZ4" -ne 0 ]; then
236236
fi
237237
if [ "$PHICE" -ne 0 ]; then
238238
DEBIAN_FRONTEND=noninteractive pkg install libxml2 libxslt python python-ensurepip-wheels python-pip rust uv -y -o Dpkg::Options::="--force-confnew"
239-
git clone --depth=1 https://codeberg.org/c4ffe14e/phice.git
239+
git clone --depth=1 https://github.com/Willie169/phice.git
240240
cd phice || exit
241241
if ! uv sync; then
242242
uv sync

0 commit comments

Comments
 (0)