1 Star 0 Fork 1

ZYH/Wine 运行器自动配置脚本

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gfdgd-xi-sources.sh 625 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
mkdir -p /tmp/gfdgd-xi-sources
wget -P /tmp/gfdgd-xi-sources https://code.gitlink.org.cn/gfdgd_xi/gfdgd-xi-apt-mirrors/raw/branch/master/gpg.asc
wget -P /tmp/gfdgd-xi-sources https://code.gitlink.org.cn/gfdgd_xi/gfdgd-xi-apt-mirrors/raw/branch/master/sources/gitlink.list
gpg --dearmor /tmp/gfdgd-xi-sources/gpg.asc
#sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FD6EEA1F20CD4B27
sudo cp -v /tmp/gfdgd-xi-sources/gpg.asc.gpg /etc/apt/trusted.gpg.d/gfdgdxi-list.gpg
sudo cp -v /tmp/gfdgd-xi-sources/gitlink.list /etc/apt/sources.list.d/gfdgdxi-list.list
sudo apt update
info 提示 添加完成!
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/ZYH-A/deep-wine-runner-auto-configuration-script.git
git@gitee.com:ZYH-A/deep-wine-runner-auto-configuration-script.git
ZYH-A
deep-wine-runner-auto-configuration-script
Wine 运行器自动配置脚本
master

搜索帮助