updated roidrc-minimal link
This commit is contained in:
@@ -37,7 +37,7 @@ cat > /root/.bashrc <<'EOF'
|
|||||||
PS1='\W # '
|
PS1='\W # '
|
||||||
. /root/.roidrc
|
. /root/.roidrc
|
||||||
EOF
|
EOF
|
||||||
curl -sSL https://luxferre.top/.roidrc > /root/.roidrc
|
curl -fsSL https://codeberg.org/luxferre/roid/raw/branch/master/.roidrc-minimal > /root/.roidrc
|
||||||
GLOBALEOF
|
GLOBALEOF
|
||||||
proot-distro run void-glibc-full -e TERMUX_HOME=$HOME -- sh $HOME/.roid-postinstall
|
proot-distro run void-glibc-full -e TERMUX_HOME=$HOME -- sh $HOME/.roid-postinstall
|
||||||
rm $HOME/.roid-postinstall
|
rm $HOME/.roid-postinstall
|
||||||
@@ -45,7 +45,7 @@ echo 'Font setup...'
|
|||||||
TDIR="$(mktemp -d)"
|
TDIR="$(mktemp -d)"
|
||||||
cd $TDIR
|
cd $TDIR
|
||||||
FONTURL='https://github.com/tonsky/FiraCode/releases/download/6.2/Fira_Code_v6.2.zip'
|
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
|
unzip -j font.zip ttf/FiraCode-Retina.ttf
|
||||||
mv FiraCode-Retina.ttf $HOME/.termux/font.ttf
|
mv FiraCode-Retina.ttf $HOME/.termux/font.ttf
|
||||||
cd && rm -rf $TDIR
|
cd && rm -rf $TDIR
|
||||||
|
|||||||
Reference in New Issue
Block a user