IceWhaleTech / CasaOS

CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system.
https://casaos.io
Apache License 2.0
24.81k stars 1.34k forks source link

[Bug] CentOS7安装失败 #882

Closed Kirito1193 closed 1 year ago

Kirito1193 commented 1 year ago

[root@HKlw5uu5z1 ~]# curl -fsSL https://get.casaos.io | sudo bash


/ __| / \ / __| | | _ _ | | | | (
| | / _` /
|/ ` | | | |_ \ | || (| _ \ (_| | || |__) | __,|/_,|_/|_/

--- Made by IceWhale with YOU ---

[ OK ] Your hardware architecture is : x86_64 [ OK ] Your System is : Linux [NOTICE] Your Linux Distribution is : rhel fedora We have not tested it on this system and it may fail to install. [ OK ] Memory capacity check passed. [ OK ] Disk capacity check passed. Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile

Snipaste_2023-02-10_09-26-42
jerrykuku commented 1 year ago

看上去是centos 没有 udevil这个依赖。目前暂时没办法支持。

wvkmind commented 1 year ago

Download & Extract

mkdir /tmp/udevil-next && cd /tmp/udevil-next
wget -O udevil-next.tar.gz https://github.com/IgnorantGuru/udevil/tarball/next
tar xzf udevil-next.tar.gz
cd IgnorantGuru-udevil-*

# Build, & Install
./configure --prefix=/usr
make
sudo make install

# Remove Temporary Files
cd / && rm -rf /tmp/udevil-next