📝 Made note on reinstallation of certain packages
This commit is contained in:
parent
d99a1202d0
commit
24bfd1b0f2
1 changed files with 7 additions and 0 deletions
|
|
@ -27,3 +27,10 @@ Install pkgtop
|
|||
curl https://raw.githubusercontent.com/SharUpOff/pkgtop/main/dist/pkgtop.sh -so - | sudo tee /usr/local/bin/pkgtop > /dev/null
|
||||
|
||||
sudo chmod 755 /usr/local/bin/pkgtop
|
||||
|
||||
Reinstall npm, nodemon, and prettier
|
||||
|
||||
doas pacman -S npm (delete what is necessary to get this to go through)
|
||||
|
||||
doas npm install -g nodemon
|
||||
doas npm install -g prettier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue