4 changed files with 0 additions and 32 deletions
@ -1 +0,0 @@ |
|||
make |
@ -1,13 +0,0 @@ |
|||
if command -v apt &> /dev/null; then |
|||
make aptinstall |
|||
elif command -v aptitude &> /dev/null; then |
|||
make aptitude |
|||
elif command -v brew &> /dev/null; then |
|||
make brewinstall |
|||
elif command -v zypper &> /dev/null; then |
|||
make zyppinstall |
|||
elif command -v yay &> /dev/null; then |
|||
make yayinstall |
|||
elif command -v pacman &> /dev/null; then |
|||
make pacinstall |
|||
fi |
@ -1,16 +0,0 @@ |
|||
name = "Pak" |
|||
desc = "Wrapper written in Go designed for package managers to unify software management commands between distros" |
|||
|
|||
[dependencies] |
|||
brew = [] |
|||
apt = [] |
|||
dnf = [] |
|||
yum = [] |
|||
zypper = [] |
|||
yay = [] |
|||
pacman = [] |
|||
|
|||
[scripts] |
|||
build = "build.sh" |
|||
install = "install.sh" |
|||
remove = "remove.sh" |
@ -1,2 +0,0 @@ |
|||
rm /usr/bin/pak |
|||
rm /etc/pak.cfg |
Loading…
Reference in new issue