update
This commit is contained in:
15
nvtop_script.sh
Normal file
15
nvtop_script.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Update and install dependencies
|
||||
# for debian sudo apt install nvtop
|
||||
sudo apt update
|
||||
sudo apt install cmake libncurses5-dev libncursesw5-dev git
|
||||
|
||||
# Clone NVTOP from GitHub
|
||||
git clone https://ghproxy.dockless.eu.org/https://github.com/Syllo/nvtop.git
|
||||
mkdir -p nvtop/build && cd nvtop/build
|
||||
|
||||
# Compile and install
|
||||
cmake ..
|
||||
make
|
||||
sudo make install
|
||||
Reference in New Issue
Block a user