File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,9 @@ If your shell is non-rooted then use `sudo` infront of every command mentioned b
4545
4646All the commands related to above points are added below. Just copy, paste and enter these.
4747``` bash
48- yes | (apt update && apt upgrade && apt install wget) && bash -c " $( wget https://raw.githubusercontent.com/OurCodeBase/TermUi/main/assets/easyboot.sh -O -) "
49- mv -f SpaceMonoNerdFont-Bold.ttf ~ /.termux/font.ttf
48+ yes | (apt update && apt upgrade && apt install wget) && bash -c " $( wget https://raw.githubusercontent.com/OurCodeBase/TermUi/main/assets/easyboot.sh -O -) " && \
49+ wget https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/SpaceMono/Bold/SpaceMonoNerdFont-Bold.ttf && \
50+ mv -f SpaceMonoNerdFont-Bold.ttf ~ /.termux/font.ttf && \
5051apt install nodejs neovim
5152```
5253
You can’t perform that action at this time.
0 commit comments