Settings + readme
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
# pip plugin for KYMSU
|
||||
# https://github.com/welcoMattic/kymsu
|
||||
|
||||
#########################################
|
||||
#
|
||||
# Settings:
|
||||
|
||||
#version: pip ou pip3
|
||||
version=pip3
|
||||
#user: "" or "--user"
|
||||
@@ -11,6 +15,8 @@ user=""
|
||||
no_distract=false
|
||||
#add module to do_not_update array
|
||||
declare -a do_not_update=()
|
||||
#
|
||||
#########################################
|
||||
|
||||
if [[ $1 == "--nodistract" ]]; then
|
||||
no_distract=true
|
||||
|
||||
Reference in New Issue
Block a user