mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 18:20:13 +01:00
Update wallust.sh
This commit is contained in:
parent
7f01b1bed4
commit
a079dd6f57
@ -47,7 +47,7 @@ printf "${NOTE} Installing wallust...\n"
|
|||||||
if git clone --depth 1 -b $wal_tag https://codeberg.org/explosion-mental/wallust.git; then
|
if git clone --depth 1 -b $wal_tag https://codeberg.org/explosion-mental/wallust.git; then
|
||||||
cd wallust || exit 1
|
cd wallust || exit 1
|
||||||
make
|
make
|
||||||
if sudo cmake --install 2>&1 | tee -a "$MLOG" ; then
|
if sudo make install 2>&1 | tee -a "$MLOG" ; then
|
||||||
printf "${OK} wallust installed successfully.\n" 2>&1 | tee -a "$MLOG"
|
printf "${OK} wallust installed successfully.\n" 2>&1 | tee -a "$MLOG"
|
||||||
else
|
else
|
||||||
echo -e "${ERROR} Installation failed for wallust." 2>&1 | tee -a "$MLOG"
|
echo -e "${ERROR} Installation failed for wallust." 2>&1 | tee -a "$MLOG"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user