PackageInfo: Set default APT directory in update script.
This commit is contained in:
@ -22,7 +22,7 @@ import supybot
|
||||
import supybot.world as world
|
||||
from importlib import reload
|
||||
|
||||
__version__ = "2.5.0"
|
||||
__version__ = "2.6.0"
|
||||
__author__ = supybot.Author("Krytarik Raido", "krytarik", "krytarik@gmail.com")
|
||||
__contributors__ = {
|
||||
supybot.Author("Dennis Kaarsemaker", "Seveas", "dennis@kaarsemaker.net"): ['Original Concept'],
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# Either set DIR to the same value as supybot.plugins.PackageInfo.aptdir,
|
||||
# or use the --dir command-line option.
|
||||
DIR=""
|
||||
DIR="$(dirname $0)/../../data/aptdir"
|
||||
|
||||
# Be quiet by default.
|
||||
VERBOSE=0
|
||||
|
Reference in New Issue
Block a user