mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-22 04:25:04 +02:00
update
This commit is contained in:
20
archiso/airootfs/usr/local/bin/snigdhaos-snapper
Executable file
20
archiso/airootfs/usr/local/bin/snigdhaos-snapper
Executable file
@@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "############################################"
|
||||
echo "Start Snigdha OS snapper cleanup"
|
||||
echo "############################################"
|
||||
|
||||
if [ -f /usr/bin/snapper ]; then
|
||||
for i in {1..20};
|
||||
do
|
||||
snapper --no-dbus delete $i
|
||||
done
|
||||
fi
|
||||
|
||||
echo
|
||||
echo "############################################"
|
||||
echo "End snigdhaos-snapper"
|
||||
echo "############################################"
|
||||
echo
|
||||
|
||||
rm -f /usr/local/bin/snigdhaos-snapper
|
Reference in New Issue
Block a user