|
|
@ -19,13 +19,15 @@ $STD apt-get install -y curl |
|
|
|
$STD apt-get install -y sudo |
|
|
|
$STD apt-get install -y sudo |
|
|
|
$STD apt-get install -y mc |
|
|
|
$STD apt-get install -y mc |
|
|
|
$STD apt-get install -y git |
|
|
|
$STD apt-get install -y git |
|
|
|
$STD apt-get install -y python3 |
|
|
|
msg_ok "Installed Dependencies" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
msg_info "Installing Python3 Dependencies" |
|
|
|
$STD apt-get install -y pip |
|
|
|
$STD apt-get install -y pip |
|
|
|
$STD apt-get install -y python3-irc |
|
|
|
$STD apt-get install -y python3-irc |
|
|
|
$STD pip install jaraco.stream |
|
|
|
$STD pip install jaraco.stream |
|
|
|
$STD pip install python-Levenshtein |
|
|
|
$STD pip install python-Levenshtein |
|
|
|
$STD pip install soupsieve |
|
|
|
$STD pip install soupsieve |
|
|
|
msg_ok "Installed Dependencies" |
|
|
|
msg_ok "Installed Python3 Dependencies" |
|
|
|
|
|
|
|
|
|
|
|
msg_info "Installing LazyLibrarian" |
|
|
|
msg_info "Installing LazyLibrarian" |
|
|
|
mkdir -p /opt/LazyLibrarian/ |
|
|
|
mkdir -p /opt/LazyLibrarian/ |
|
|
|