1 Star 0 Fork 0

chen2ha/dreamer_arch_linux

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
install_electron_ssr.sh 698 Bytes
一键复制 编辑 原始数据 按行查看 历史
chen2ha 提交于 4个月前 . update arch 20250101 version
#!/usr/bin/env bash
## install yay
if ! grep -q archlinuxcn /etc/pacman.conf;then
echo "[archlinuxcn]" | sudo tee -a /etc/pacman.conf
echo 'Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch' | sudo tee -a /etc/pacman.conf
fi
if yay --version &> /dev/null;then
echo "yay exists,nothing to do"
else
sudo pacman -Syu
sudo pacman-key --lsign-key "farseerfc@archlinux.org"
sudo pacman -S archlinuxcn-keyring
sudo pacman -S yay
fi
sudo pacman -S glib2-devel gconf
yay -S breezy
yay -S python-launchpadlib
cd package
tar xf libappindicator-sharp.tgz
cd libappindicator-sharp
makepkg -si
if [ $? -eq 0 ];then
cd ../../
sudo pacman -U package/electron-ssr-0.2.7.pacman
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/chen2ha/dreamer_arch_linux.git
git@gitee.com:chen2ha/dreamer_arch_linux.git
chen2ha
dreamer_arch_linux
dreamer_arch_linux
master

搜索帮助