mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
Fix installation issue on hyprlock and xdph
This commit is contained in:
parent
a8617b8b52
commit
7737b07f92
@ -1,5 +1,8 @@
|
||||
## Changelogs
|
||||
|
||||
## 07 Sep 2024
|
||||
- Fix installation issue on hyprlock and xdph
|
||||
|
||||
## 04 Sep 2024
|
||||
- added a function to check if it is Ubuntu or Based on Ubuntu and script will exit
|
||||
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
# hyprlock #
|
||||
|
||||
lock=(
|
||||
libpam0g-dev
|
||||
libgbm-dev
|
||||
libdrm-dev
|
||||
libmagic-dev
|
||||
libhyprlang-dev
|
||||
libhyprutils-dev
|
||||
|
||||
@ -19,7 +19,7 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_wallust.log"
|
||||
mkdir -p "$(dirname "$LOG")"
|
||||
|
||||
# Install up-to-date Rust
|
||||
echo "Installing most up to Rust compiler..."
|
||||
echo "Installing most up to date Rust compiler..."
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y 2>&1 | tee -a "$LOG"
|
||||
source "$HOME/.cargo/env"
|
||||
|
||||
|
||||
@ -3,6 +3,8 @@
|
||||
# XDG-Desktop-Portals for hyprland #
|
||||
|
||||
xdg=(
|
||||
libpipewire-0.3-dev
|
||||
libspa-0.2-dev
|
||||
xdg-desktop-portal-gtk
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user