Update
This commit is contained in:
parent
773673d311
commit
872154ec8f
|
@ -8,6 +8,8 @@ else
|
|||
echo "USER IS ROOT"
|
||||
fi
|
||||
|
||||
sleep 20
|
||||
|
||||
cd "/root"
|
||||
|
||||
chmod 700 /root/.gnupg
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
sleep 20
|
||||
|
||||
xdg-settings set default-web-browser firefox.desktop
|
||||
|
||||
if [ "$(whoami)" != "liveuser" ]; then
|
||||
|
|
Loading…
Reference in New Issue