This commit is contained in:
whoami 2024-02-04 20:51:21 +01:00
parent d8f6da8a7f
commit 81202b0d14
3 changed files with 15 additions and 1 deletions

View File

@ -7,5 +7,5 @@ it doesnt support deps cuz im lazy
how to install it?
use this command:
```sh
cd /usr/bin/; sudo curl -O https://git.aey.ovh/whoami/nicpkg/raw/branch/main/nicpkg; sudo chmod +x nicpkg
curl https://git.aey.ovh/whoami/nicpkg/raw/branch/main/installer.sh | sh
```

10
dotool.sh Normal file
View File

@ -0,0 +1,10 @@
install() {
cd /tmp
curl -LO https://files.aey.ovh/nicpkg/dotool/dotool
chmod +x dotool
sudo mv dotool /usr/bin/
}
uninstall() {
sudo rm /usr/bin/dotool
}

4
installer.sh Executable file
View File

@ -0,0 +1,4 @@
cd /usr/bin
sudo curl -LO https://git.aey.ovh/whoami/nicpkg/raw/branch/main/nicpkg; sudo chmod +x nicpkg
sudo mkdir /etc/nicpkg; cd /etc/nicpkg
sudo curl -LO https://git.aey.ovh/whoami/nicpkg/raw/branch/main/config