This commit is contained in:
Valeria Fadeeva 2023-11-23 01:03:42 +05:00
parent 5834632fd4
commit 481c7dc635
3 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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