Skip to content

Commit

Permalink
update everthing for the icons PR
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDuartePT committed Aug 24, 2023
1 parent ce342e0 commit 1469ab8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,15 @@ You will need to install the following to download and build it. If there is an

```bash
sudo apt-get update
sudo apt-get install -y make gcc linux-headers-$(uname -r) build-essential git lm-sensors wget python3-pyqt5 python3-yaml python3-venv python3-pip python3-argcomplete
sudo apt-get install -y make gcc linux-headers-$(uname -r) build-essential git lm-sensors wget python3-pyqt5 python3-yaml python3-venv python3-pip python3-argcomplete python3-darkdetect
# Install the following for installation with DKMS
sudo apt-get install dkms openssl mokutil
```

**RHEL/CentOS/RockyLinux/Fedora/AlmaLinux**

```bash
sudo dnf install -y kernel-headers kernel-devel dmidecode lm_sensors PyQt5 python3-yaml python3-pip python3-argcomplete
sudo dnf install -y kernel-headers kernel-devel dmidecode lm_sensors PyQt5 python3-yaml python3-pip python3-argcomplete python3-darkdetect
sudo dnf groupinstall "Development Tools"
sudo dnf group install "C Development Tools and Libraries"
# Install the following for installation with DKMS
Expand All @@ -155,7 +155,7 @@ Alternatively, you might use `yum` instead of `dnf` and start with `sudo yum upd
**openSUSE**

```bash
sudo zypper install make gcc kernel-devel kernel-default-devel git libopenssl-devel sensors dmidecode python3-qt5 python3-pip python3-PyYAML python3-argcomplete
sudo zypper install make gcc kernel-devel kernel-default-devel git libopenssl-devel sensors dmidecode python3-qt5 python3-pip python3-PyYAML python3-argcomplete python3-darkdetect
# Install the following for installation with DKMS
sudo zypper install dkms openssl mokutil
```
Expand All @@ -165,7 +165,7 @@ sudo zypper install dkms openssl mokutil
**Arch/Manjaro/EndeavourOS**

```bash
sudo pacman -S linux-headers base-devel lm_sensors git dmidecode python-pyqt5 python-yaml python-argcomplete
sudo pacman -S linux-headers base-devel lm_sensors git dmidecode python-pyqt5 python-yaml python-argcomplete python-darkdetect
# Install the following for installation with DKMS
sudo pacman -S dkms openssl mokutil
```
Expand Down
2 changes: 1 addition & 1 deletion deploy/build_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BUILD_DIR=/tmp/deb

set -ex
#Intsall debian packages
sudo apt-get install debhelper dkms python3-all python3-stdeb dh-python
sudo apt-get install debhelper dkms python3-all python3-stdeb dh-python python3-darkdetect

# recreate BUILD_DIR for both deb
rm -rf "${BUILD_DIR}" || true
Expand Down
2 changes: 2 additions & 0 deletions python/legion_linux/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ console_scripts =
[options.data_files]
share/pixmaps/ =
legion_linux/legion_logo.png
legion_linux/legion_logo_light.png
legion_linux/legion_logo_dark.png
share/applications/ =
legion_linux/legion_gui.desktop
legion_linux/legion_gui_user.desktop
Expand Down

0 comments on commit 1469ab8

Please sign in to comment.