Skip to content

Commit ac8b1fc

Browse files
authoredFeb 5, 2025··
Update 50_rm_files.sh
1 parent 1f3068e commit ac8b1fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎scripts.d/50_rm_files.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
source lib.sh
44
# List of files/directories to remove
55
REMOVE=(
6-
/home/pi/MagPi
7-
/home/travis
86
)
97

108
for file in "${REMOVE[@]}" ; do
@@ -13,4 +11,4 @@ for file in "${REMOVE[@]}" ; do
1311
done
1412

1513
sync; sync; sync
16-
# _op _chroot tree /home/
14+
_op _chroot tree /home/

0 commit comments

Comments
 (0)
Please sign in to comment.