mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 14:32:15 +00:00
work
This commit is contained in:
@@ -6,23 +6,27 @@ from ssh_lib.utils import (
|
|||||||
|
|
||||||
def pkg_base(c):
|
def pkg_base(c):
|
||||||
pkg_list = [
|
pkg_list = [
|
||||||
'lsb-release',
|
|
||||||
'wget',
|
|
||||||
'git',
|
|
||||||
'build-essential',
|
|
||||||
'unzip',
|
|
||||||
'rsync',
|
|
||||||
'btrfs-progs',
|
|
||||||
'pigz',
|
|
||||||
'aria2',
|
'aria2',
|
||||||
|
'build-essential',
|
||||||
|
'curl',
|
||||||
|
'dnsutils',
|
||||||
|
'git',
|
||||||
|
'htop',
|
||||||
|
'lsb-release',
|
||||||
|
'pigz',
|
||||||
|
'rsync',
|
||||||
|
'unzip',
|
||||||
|
'wget',
|
||||||
|
#
|
||||||
|
'btrfs-progs',
|
||||||
#
|
#
|
||||||
'gnupg2',
|
|
||||||
'gnupg-agent',
|
|
||||||
'ca-certificates',
|
'ca-certificates',
|
||||||
|
'gnupg-agent',
|
||||||
|
'gnupg2',
|
||||||
'ubuntu-keyring',
|
'ubuntu-keyring',
|
||||||
#
|
#
|
||||||
'nload',
|
|
||||||
'iftop',
|
'iftop',
|
||||||
|
'nload',
|
||||||
'vnstat',
|
'vnstat',
|
||||||
#
|
#
|
||||||
'python3',
|
'python3',
|
||||||
|
|||||||
Reference in New Issue
Block a user