mirror of
https://github.com/GRFreire/scripts.git
synced 2026-01-10 04:59:38 +00:00
25 lines
481 B
Markdown
25 lines
481 B
Markdown
# Simple Power Menu
|
|
|
|

|
|
|
|
## Installing shell-color-scripts
|
|
|
|
> Requires [rofi](https://github.com/davatorium/rofi)
|
|
|
|
```sh
|
|
sudo git clone https://github.com/GRFreire/simple-power-menu /opt/simple-power-menu
|
|
|
|
sudo ln -s /opt/simple-power-menu/spm /usr/bin/spm
|
|
```
|
|
|
|
After that, just run ```spm``` in your terminal
|
|
|
|
## Update
|
|
|
|
Go to ```/opt/simple-power-menu``` and update the repo.
|
|
|
|
```sh
|
|
cd /opt/simple-power-menu
|
|
git pull
|
|
```
|