mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Fixes for install scripts
Comment on Discussion When sdist/arch/ Changes / comment_on_discussion (push) Waiting to run
Comment on Discussion When sdist/arch/ Changes / comment_on_discussion (push) Waiting to run
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
|
||||
# shellcheck shell=bash
|
||||
|
||||
# The script that use this file should have two lines on its top as follows:
|
||||
# cd "$(dirname "$0")"
|
||||
# export base="$(pwd)"
|
||||
|
||||
function try { "$@" || sleep 0; }
|
||||
function v(){
|
||||
echo -e "####################################################"
|
||||
@@ -253,9 +249,9 @@ function show_progress() {
|
||||
fi
|
||||
}
|
||||
|
||||
# Enhanced: Cleanup temporary files on exit
|
||||
declare -a TEMP_FILES_TO_CLEANUP=()
|
||||
|
||||
# Enhanced: Cleanup temporary files on exit
|
||||
#declare -a TEMP_FILES_TO_CLEANUP=()
|
||||
function register_temp_file() {
|
||||
local temp_file="$1"
|
||||
TEMP_FILES_TO_CLEANUP+=("$temp_file")
|
||||
|
||||
Reference in New Issue
Block a user