1
0
Fork 0
mirror of synced 2024-10-31 16:29:02 -04:00

Add correct .desktop

This commit is contained in:
Nico Jensch 2020-11-12 17:32:29 +01:00
parent 187953ae1e
commit f24f15aa2c
2 changed files with 5 additions and 2 deletions

View file

@ -5,7 +5,7 @@ fi
cat /tmp/setup-assistant/pkgs.txt | sed '/^$/d;s/[[:blank:]]//g' > /tmp/setup-assistant/pkgs-install.txt cat /tmp/setup-assistant/pkgs.txt | sed '/^$/d;s/[[:blank:]]//g' > /tmp/setup-assistant/pkgs-install.txt
sudo pacman --needed --noconfirm -S - < /tmp/setup-assistant/pkgs-install.txt sudo pacman --needed -S - < /tmp/setup-assistant/pkgs-install.txt
if [ -e "/tmp/setup-assistant/setup.sh" ]; then if [ -e "/tmp/setup-assistant/setup.sh" ]; then
sh /tmp/setup-assistant/setup_root.sh sh /tmp/setup-assistant/setup_root.sh

View file

@ -1,9 +1,12 @@
#!/usr/bin/env xdg-open #!/usr/bin/env xdg-open
[Desktop Entry] [Desktop Entry]
Name=Setup Asssistant
GenericName=Setup Asssistant
Comment=First setup & upgrade to Ultimate
Encoding=UTF-8 Encoding=UTF-8
Exec=setup-assistant Exec=setup-assistant
Terminal=false Terminal=false
Type=Application Type=Application
Icon=pamac-updater Icon=pamac-updater
Categories=GTK;System;Garuda-Setup; Categories=GTK;System;Garuda-Setup;
NoDisplay=false NoDisplay=false