8000 GitHub - GXDE-OS/aptss: This is the repository for aptss
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GXDE-OS/aptss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aptss

aptss is a part of Spark APP Store. aptss is used to provide GXDE package manage ability.

This package is provided in case some user don't wan't to use Spark APP Store but still need download accelerate.

You can customize your apt-fast conf at /etc/aptss/apt-fast.conf

# 定义默认的配置文件列表(按加载顺序排列)
CONFIG_FILES=(
    "/tmp/aptss-conf/apt-fast.conf"  # 原始配置文件位置
    "/etc/aptss/apt-fast.conf"             # 系统级配置
)


# 按顺序加载所有配置文件
for conf_file in "${CONFIG_FILES[@]}"; do
    if [ -e "$conf_file" ]; then
        source "$conf_file"
    fi
done

About

This is the repository for aptss

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0