1 parent 18c3aa5 commit aa378ddCopy full SHA for aa378dd
1 file changed
termux-setup.sh
@@ -24,7 +24,7 @@ VIM=1
24
NVIM=1
25
RCLONEEXTRA=1
26
MOZLZ4=1
27
-PHICE=0
+PHICE=1
28
CYBERCHEF=1
29
STIRLINGPDF=1
30
NPMG='http-server prettier'
@@ -236,7 +236,7 @@ if [ "$MOZLZ4" -ne 0 ]; then
236
fi
237
if [ "$PHICE" -ne 0 ]; then
238
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
+ git clone --depth=1 https://github.com/Willie169/phice.git
240
cd phice || exit
241
if ! uv sync; then
242
uv sync
0 commit comments