File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -5,28 +5,30 @@ mv /root/custom-dark/miab-themes /root/
55
66wait
77
8+ sleep 2
9+
810# Making sh files executable.
911chmod +x /root/miab-themes/custom-dark/custom-dark.sh
1012chmod +x /root/miab-themes/custom-dark/default-light.sh
1113
1214wait
1315
14- sleep 3
16+ sleep 2
1517
1618echo
1719echo =================================================
1820echo
1921echo Done! Post download config. settings have been applied as follows:
2022echo
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
2426echo
25- echo To manually apply the CUSTOM-DARK theme run:
27+ echo To apply the CUSTOM-DARK theme run:
2628echo
2729echo sudo /bin/bash /root/miab-themes/custom-dark/custom-dark.sh
2830echo
29- echo To manually apply/ restore the DEFAULT-LIGHT theme run:
31+ echo Or to apply/ restore the DEFAULT-LIGHT theme run:
3032echo
3133echo sudo /bin/bash /root/miab-themes/custom-dark/default-light.sh
3234echo
You can’t perform that action at this time.
0 commit comments