mirror of
https://github.com/brockar/Debian-Hyprland.git
synced 2026-01-14 08:00:57 -03:00
updated wallust.sh
This commit is contained in:
@@ -77,6 +77,16 @@ build_dep() {
|
||||
show_progress $PID "$1"
|
||||
}
|
||||
|
||||
# Function for cargo install with a progress bar
|
||||
cargo_install() {
|
||||
echo -e "${INFO} installing ${MAGENTA}$1${RESET} using cargo..."
|
||||
(
|
||||
stdbuf -oL cargo install "$1" 2>&1
|
||||
) >> "$LOG" 2>&1 &
|
||||
PID=$!
|
||||
show_progress $PID "$1"
|
||||
}
|
||||
|
||||
# Function for re-installing packages with a progress bar
|
||||
re_install_package() {
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user