From 3b5a9e4aa7fa40edf4edc4d935fdfba0a6626eb0 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Thu, 4 Jun 2026 06:43:15 +0300 Subject: [PATCH] updated roidrc-minimal link --- roid.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roid.sh b/roid.sh index e2bca8b..0ebc973 100644 --- a/roid.sh +++ b/roid.sh @@ -37,7 +37,7 @@ cat > /root/.bashrc <<'EOF' PS1='\W # ' . /root/.roidrc EOF -curl -sSL https://luxferre.top/.roidrc > /root/.roidrc +curl -fsSL https://codeberg.org/luxferre/roid/raw/branch/master/.roidrc-minimal > /root/.roidrc GLOBALEOF proot-distro run void-glibc-full -e TERMUX_HOME=$HOME -- sh $HOME/.roid-postinstall rm $HOME/.roid-postinstall @@ -45,7 +45,7 @@ echo 'Font setup...' TDIR="$(mktemp -d)" cd $TDIR FONTURL='https://github.com/tonsky/FiraCode/releases/download/6.2/Fira_Code_v6.2.zip' -curl -sSL -o font.zip "$FONTURL" +curl -fsSL -o font.zip "$FONTURL" unzip -j font.zip ttf/FiraCode-Retina.ttf mv FiraCode-Retina.ttf $HOME/.termux/font.ttf cd && rm -rf $TDIR