Merge branch 'master' of gitbutter.pw:mollusk/jitty-scripts
This commit is contained in:
commit
73844bbffa
@ -1,9 +0,0 @@
|
|||||||
searchCommand = "apt search"
|
|
||||||
syncCommand = "apt update"
|
|
||||||
installCommand = "apt install"
|
|
||||||
reinstallCommand = "apt install --reinstall"
|
|
||||||
removeCommand = "apt remove"
|
|
||||||
purgeCommand = "apt remove --purge"
|
|
||||||
upgradeCommand = "apt upgrade"
|
|
||||||
cleanCommand="apt-get autoclean"
|
|
||||||
supCommand="apt update && apt upgrade"
|
|
@ -1,9 +0,0 @@
|
|||||||
searchCommand = "brew search"
|
|
||||||
syncCommand = "brew update"
|
|
||||||
installCommand = "brew install"
|
|
||||||
reinstallCommand = "brew install"
|
|
||||||
removeCommand = "brew remove"
|
|
||||||
purgeCommand = "brew remove"
|
|
||||||
upgradeCommand = "brew upgrade"
|
|
||||||
cleanCommand="brew cleanup"
|
|
||||||
supCommand="brew update && brew upgrade"
|
|
@ -1,9 +0,0 @@
|
|||||||
searchCommand = ""
|
|
||||||
syncCommand = ""
|
|
||||||
installCommand = ""
|
|
||||||
reinstallCommand = ""
|
|
||||||
removeCommand = ""
|
|
||||||
purgeCommand = ""
|
|
||||||
upgradeCommand = ""
|
|
||||||
cleanCommand=""
|
|
||||||
supCommand=""
|
|
@ -1,9 +0,0 @@
|
|||||||
searchCommand = "dnf search"
|
|
||||||
syncCommand = "dnf --refresh check-update"
|
|
||||||
installCommand = "dnf install"
|
|
||||||
reinstallCommand = "dnf reinstall"
|
|
||||||
removeCommand = "dnf remove"
|
|
||||||
purgeCommand = "dnf autoremove"
|
|
||||||
upgradeCommand = "dnf upgrade"
|
|
||||||
cleanCommand="dnf clean all"
|
|
||||||
supCommand="dnf --refresh upgrade"
|
|
@ -1,9 +0,0 @@
|
|||||||
searchCommand = "eopkg sr"
|
|
||||||
syncCommand = "eopkg ur"
|
|
||||||
installCommand = "eopkg it"
|
|
||||||
reinstallCommand = "echo 'This feature it not yet implemented'"
|
|
||||||
removeCommand = "eopkg rm"
|
|
||||||
purgeCommand = "eopkg rm --purge"
|
|
||||||
upgradeCommand = "eopkg up"
|
|
||||||
cleanCommand="eopkg dc"
|
|
||||||
supCommand="eopkg up"
|
|
@ -1,9 +0,0 @@
|
|||||||
searchCommand = "equo s"
|
|
||||||
syncCommand = "equo up"
|
|
||||||
installCommand = "equo i"
|
|
||||||
reinstallCommand = "equo i"
|
|
||||||
removeCommand = "equo rm"
|
|
||||||
purgeCommand = "equo remove --configfiles"
|
|
||||||
upgradeCommand = "equo u"
|
|
||||||
cleanCommand="equo cleanup"
|
|
||||||
supCommand="equo up && equo u"
|
|
@ -1,9 +0,0 @@
|
|||||||
searchCommand = "pacman -Ss"
|
|
||||||
syncCommand = "pacman -Sy"
|
|
||||||
installCommand = "pacman -S"
|
|
||||||
reinstallCommand = "pacman -S"
|
|
||||||
removeCommand = "pacman -R"
|
|
||||||
purgeCommand = "pacman -Rdd"
|
|
||||||
upgradeCommand = "pacman -Su"
|
|
||||||
cleanCommand="pacman -Rsn s(pacman -Qdtq)"
|
|
||||||
supCommand="pacman -Syu"
|
|
@ -1,9 +0,0 @@
|
|||||||
searchCommand = "pkgman search"
|
|
||||||
syncCommand = "pkgman full-sync"
|
|
||||||
installCommand = "pkgman install"
|
|
||||||
reinstallCommand = ""
|
|
||||||
removeCommand = "pkgman uninstall"
|
|
||||||
purgeCommand = ""
|
|
||||||
upgradeCommand = "pkgman update"
|
|
||||||
cleanCommand=""
|
|
||||||
supCommand="pkgman update"
|
|
@ -1,9 +0,0 @@
|
|||||||
searchCommand = "xbps-query -Rs"
|
|
||||||
syncCommand = "xbps-install -S"
|
|
||||||
installCommand = "xbps-install"
|
|
||||||
reinstallCommand = "xbps-install -f"
|
|
||||||
removeCommand = "xbps-remove"
|
|
||||||
purgeCommand = "xbps-remove -R"
|
|
||||||
upgradeCommand = "xbps-install -Su"
|
|
||||||
cleanCommand="xbps-remove -O"
|
|
||||||
supCommand="xbps-install -Su"
|
|
@ -1,9 +0,0 @@
|
|||||||
searchCommand = "yum search"
|
|
||||||
syncCommand = "yum check-update"
|
|
||||||
installCommand = "yum install"
|
|
||||||
reinstallCommand = "yum reinstall"
|
|
||||||
removeCommand = "yum remove"
|
|
||||||
purgeCommand = "yum remove"
|
|
||||||
upgradeCommand = "yum update"
|
|
||||||
cleanCommand="yum autoremove"
|
|
||||||
supCommand="yum check-update && yum update"
|
|
@ -1,9 +0,0 @@
|
|||||||
searchCommand = "zypper search"
|
|
||||||
syncCommand = "zypper refresh"
|
|
||||||
installCommand = "zypper install"
|
|
||||||
reinstallCommand = "zypper install -f"
|
|
||||||
removeCommand = "zypper remove"
|
|
||||||
purgeCommand = "zypper rm"
|
|
||||||
upgradeCommand = "zypper update"
|
|
||||||
cleanCommand="zypper clean"
|
|
||||||
supCommand="zypper refresh && zypper update"
|
|
Loading…
x
Reference in New Issue
Block a user