Skip to content

Commit d2f5382

Browse files
author
just4d
committed
Update config.sh
1 parent 4a2dad3 commit d2f5382

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

config.sh

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,30 @@ mv /root/custom-dark/miab-themes /root/
55

66
wait
77

8+
sleep 2
9+
810
# Making sh files executable.
911
chmod +x /root/miab-themes/custom-dark/custom-dark.sh
1012
chmod +x /root/miab-themes/custom-dark/default-light.sh
1113

1214
wait
1315

14-
sleep 3
16+
sleep 2
1517

1618
echo
1719
echo =================================================
1820
echo
1921
echo Done! Post download config. settings have been applied as follows:
2022
echo
21-
echo - Moved /miad-themes folder to /root/
22-
echo - Made scripts executables.
23-
echo - Deleted the now useless /root/custom-dark folder.
23+
echo - Moved /root/custom-dark/miad-themes folder to /root/
24+
echo - Made sure scripts are CHMOD=+x [executables]
25+
echo - Deleted the now useless /root/custom-dark folder
2426
echo
25-
echo To manually apply the CUSTOM-DARK theme run:
27+
echo To apply the CUSTOM-DARK theme run:
2628
echo
2729
echo sudo /bin/bash /root/miab-themes/custom-dark/custom-dark.sh
2830
echo
29-
echo To manually apply/ restore the DEFAULT-LIGHT theme run:
31+
echo Or to apply/ restore the DEFAULT-LIGHT theme run:
3032
echo
3133
echo sudo /bin/bash /root/miab-themes/custom-dark/default-light.sh
3234
echo

0 commit comments

Comments
 (0)