Update
This commit is contained in:
		
							parent
							
								
									37dc62d2dc
								
							
						
					
					
						commit
						c05a289a08
					
				| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
[Desktop Entry]
 | 
			
		||||
Exec=/home/liveuser/.local/userbin/key-sign.sh
 | 
			
		||||
Exec=$HOME/.local/userbin/key-sign.sh
 | 
			
		||||
Icon=
 | 
			
		||||
Name=key-sign.sh
 | 
			
		||||
Path=
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
[Desktop Entry]
 | 
			
		||||
Exec=/home/liveuser/.local/userbin/reset-layout.sh
 | 
			
		||||
Exec=$HOME/.local/userbin/reset-layout.sh
 | 
			
		||||
Icon=
 | 
			
		||||
Name=reset-layout.sh
 | 
			
		||||
Path=
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
[Desktop Entry]
 | 
			
		||||
Exec=/home/liveuser/.local/userbin/set-default-web-browser.sh
 | 
			
		||||
Exec=$HOME/.local/userbin/set-default-web-browser.sh
 | 
			
		||||
Icon=
 | 
			
		||||
Name=set-default-web-browser.sh
 | 
			
		||||
Path=
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,6 +10,8 @@ fi
 | 
			
		|||
 | 
			
		||||
cd "/root"
 | 
			
		||||
 | 
			
		||||
chmod 700 /root/.gnupg
 | 
			
		||||
 | 
			
		||||
haveged -w 1024
 | 
			
		||||
pacman-key --init
 | 
			
		||||
pkill haveged
 | 
			
		||||
| 
						 | 
				
			
			@ -34,6 +36,6 @@ pacman -Syy
 | 
			
		|||
 | 
			
		||||
if [ "$(whoami)" != "liveuser" ]; then
 | 
			
		||||
    sleep 5
 | 
			
		||||
    rm ~/.config/autostart/key-sign.sh.desktop
 | 
			
		||||
    rm ~/.local/userbin/key-sign.sh
 | 
			
		||||
    rm $HOME/.config/autostart/key-sign.sh.desktop
 | 
			
		||||
    rm $HOME/.local/userbin/key-sign.sh
 | 
			
		||||
fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,6 +4,6 @@ plasma-apply-lookandfeel -a "com.github.Melawy.Melawy-round-gray.Nier-A2.desktop
 | 
			
		|||
 | 
			
		||||
if [ "$(whoami)" != "liveuser" ]; then
 | 
			
		||||
    sleep 5
 | 
			
		||||
    rm ~/.config/autostart/reset-layout.desktop
 | 
			
		||||
    rm ~/.local/userbin/reset-layout.sh
 | 
			
		||||
    rm $HOME/.config/autostart/reset-layout.desktop
 | 
			
		||||
    rm $HOME/.local/userbin/reset-layout.sh
 | 
			
		||||
fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,6 +4,6 @@ xdg-settings set default-web-browser firefox.desktop
 | 
			
		|||
 | 
			
		||||
if [ "$(whoami)" != "liveuser" ]; then
 | 
			
		||||
    sleep 5
 | 
			
		||||
    rm ~/.config/autostart/set-default-web-browser.desktop
 | 
			
		||||
    rm ~/.local/userbin/set-default-web-browser.sh
 | 
			
		||||
    rm $HOME/.config/autostart/set-default-web-browser.desktop
 | 
			
		||||
    rm $HOME/.local/userbin/set-default-web-browser.sh
 | 
			
		||||
fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue