This commit is contained in:
Valeria Fadeeva 2023-11-23 01:02:49 +05:00
parent ea7fe42b8d
commit 307686681d
3 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,8 @@ else
echo "USER IS ROOT"
fi
sleep 20
cd "/root"
chmod 700 /root/.gnupg

View File

@ -1,5 +1,7 @@
#!/bin/bash
sleep 20
plasma-apply-lookandfeel -a "com.github.Melawy.Melawy-round-gray.Nier-A2.desktop" --resetLayout
if [ "$(whoami)" != "liveuser" ]; then

View File

@ -1,5 +1,7 @@
#!/bin/bash
sleep 20
xdg-settings set default-web-browser firefox.desktop
if [ "$(whoami)" != "liveuser" ]; then