mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
Update rofi-wayland.sh
This commit is contained in:
parent
b0c0902e04
commit
65ef8f18a9
@ -9,6 +9,9 @@ rofi=(
|
|||||||
doxygen
|
doxygen
|
||||||
cppcheck
|
cppcheck
|
||||||
ohcount
|
ohcount
|
||||||
|
libmpdclient-dev
|
||||||
|
libnl-3-dev
|
||||||
|
libasound2-dev
|
||||||
)
|
)
|
||||||
|
|
||||||
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||||
@ -50,8 +53,6 @@ printf "\n\n"
|
|||||||
# Clone and build rofi - wayland
|
# Clone and build rofi - wayland
|
||||||
printf "${NOTE} Installing rofi-wayland...\n"
|
printf "${NOTE} Installing rofi-wayland...\n"
|
||||||
|
|
||||||
printf "${NOTE} Installing rofi-wayland\n"
|
|
||||||
|
|
||||||
# Check if rofi folder exists
|
# Check if rofi folder exists
|
||||||
if [ -d "rofi" ]; then
|
if [ -d "rofi" ]; then
|
||||||
printf "${NOTE} rofi folder exists. Pulling latest changes...\n"
|
printf "${NOTE} rofi folder exists. Pulling latest changes...\n"
|
||||||
@ -83,4 +84,3 @@ mv "$MLOG" ../Install-Logs/ || true
|
|||||||
cd .. || exit 1
|
cd .. || exit 1
|
||||||
|
|
||||||
clear
|
clear
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user