From 8908018686981c5816b0b0fd4591f6f66a04443e Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 24 Nov 2019 23:53:36 +0100 Subject: [PATCH] add update-wo-fast --- mybashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mybashrc b/mybashrc index 55017ac..1154227 100644 --- a/mybashrc +++ b/mybashrc @@ -749,4 +749,5 @@ alias speedtestnet="_run _SPEEDTEST 'Installing speedtest'" alias SSETUP=_SETUP_CONTROLLER alias journalctfail='journalctl -b -p err -S "yesterday"' alias zabbix-update=_ZABBIX_UPDATE -alias bak=_BACK_FILE \ No newline at end of file +alias bak=_BACK_FILE +alias update-wo-fast='python3 -m pip install -I "git+git://github.com/WordOps/WordOps.git@updating-configuration#egg=wordops"' \ No newline at end of file