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
45
45
46
46
All the commands related to above points are added below. Just copy, paste and enter these.
47
47
``` 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 && \
50
51
apt install nodejs neovim
51
52
```
52
53
You can’t perform that action at this time.
0 commit comments