updated roidrc-minimal link

This commit is contained in:
Luxferre
2026-06-04 06:43:15 +03:00
parent 69182b9fcc
commit 3b5a9e4aa7
+2 -2
View File
@@ -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