mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
Update 01-pre-cleanup.sh
This commit is contained in:
parent
32b5b47fb2
commit
c85b153013
@ -38,7 +38,7 @@ for PKG_NAME in "${PACKAGES[@]}"; do
|
|||||||
# Check if the file exists
|
# Check if the file exists
|
||||||
if [[ -f "$FILE_PATH" ]]; then
|
if [[ -f "$FILE_PATH" ]]; then
|
||||||
# Delete the file
|
# Delete the file
|
||||||
rm "$FILE_PATH"
|
sudo rm "$FILE_PATH"
|
||||||
echo "Deleted: $FILE_PATH" 2>&1 | tee -a "$LOG"
|
echo "Deleted: $FILE_PATH" 2>&1 | tee -a "$LOG"
|
||||||
else
|
else
|
||||||
echo "File not found: $FILE_PATH" 2>&1 | tee -a "$LOG"
|
echo "File not found: $FILE_PATH" 2>&1 | tee -a "$LOG"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user