Fix installation issue on hyprlock and xdph

This commit is contained in:
installer 2024-09-07 21:53:03 +09:00
parent a8617b8b52
commit 7737b07f92
4 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -3,6 +3,9 @@
# hyprlock #
lock=(
libpam0g-dev
libgbm-dev
libdrm-dev
libmagic-dev
libhyprlang-dev
libhyprutils-dev

View File

@ -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"

View File

@ -3,6 +3,8 @@
# XDG-Desktop-Portals for hyprland #
xdg=(
libpipewire-0.3-dev
libspa-0.2-dev
xdg-desktop-portal-gtk
)