2 Star 0 Fork 0

Eason chen/WinNet WTF OS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
conky-aureola-latest.sh 3.76 KB
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
##################################################################################################################
#
#
# ./+o+-
# yyyyy- -yyyyyy+
# ://+//////-yyyyyyo
# .++ .:/++++++/-.+sss/`
# .:++o: /++++++++/:--:/-
# o:+o+:++.`..```.-/oo+++++/
# .:+o:+o/. `+sssoo+/
# .++/+:+oo+o:` /sssooo.
# /+++//+:`oo+o /::--:.
# \+/+o+++`o++o ++////.
# .++.o+++oo+:` /dddhhh.
# .+.o+oo:. `oddhhhh+
# \+.++o+o``-````.:ohdhhhhh+
# `:o+++ `ohhhhhhhhyo++os:
# .o:`.syhhhhhhh/.oo++o`
# /osyyyyyyo++ooo+++/
# ````` +oo+++o\:
# `oo++.
#
#
#
##################################################################################################################
# Author : Erik Dubois
# Website : http://www.erikdubois.be
##################################################################################################################
#
# More from Erik Dubois
#
# Aurora Conky
# at http://sourceforge.net/projects/auroraconkytheme/
# Explanation on the use of this theme can be found at
# http://erikdubois.be/category/linux/aurora-conky/
#
# Aureola Conky
# Collections of nice conky's with lua syntax
# https://github.com/erikdubois/Aureola
#
# Sardi icons
# Many different styles of icons from colourfull, monochrome, white, circle
# https://sourceforge.net/projects/sardi/
#
# Super Ultra Flat Numix Remix
# Colourfull and playfull icons
# https://github.com/erikdubois/Super-Ultra-Flat-Numix-Remix
#
# Check out the github - many more scripts for automatic installation of Linux Systems.
#
#
#
#
#
##################################################################################################################
# If the option -y has been added. It will autoinstall all. Omit if you do not want that.
##################################################################################################################
#
#
#
#
##################################################################################################################
#
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. AT YOUR OWN RISK.
#
##################################################################################################################
########################################
######## C O N K Y #########
########################################
# if there is already a folder in tmp, delete or else do nothing
[ -d /tmp/aureola ] && rm -rf "/tmp/aureola" || echo ""
# download the github in folder /tmp/aureola
echo "################################################################"
echo "Checking if git is installed"
echo "Install git for an easy installation"
# G I T
# check if git is installed
if which git > /dev/null; then
echo "git was installed. Proceding..."
else
echo "################################################################"
echo "installing git for this script to work"
echo "################################################################"
sudo apt-get install git -y
fi
echo "################################################################"
echo "Downloading the files from github to tmp directory"
git clone https://github.com/erikdubois/Aureola /tmp/aureola
sh /tmp/aureola/get-aureola-from-github-to-local-drive.sh
cd ~/.aureola/acros
sh ~/.aureola/acros/install-conky.sh
rm -rf "/tmp/aureola"
echo "################################################################"
echo "end installing aureola"
echo "################################################################"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cyx200902/WinNet-WTF-OS.git
git@gitee.com:cyx200902/WinNet-WTF-OS.git
cyx200902
WinNet-WTF-OS
WinNet WTF OS
master

搜索帮助