mirror of
https://github.com/DerTyp7/.dotfiles.git
synced 2025-10-29 04:52:09 +01:00
Remove TeamSpeak desktop entry installation from the package script
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Version=1.0
|
|
||||||
Type=Application
|
|
||||||
Name=TeamSpeak 6
|
|
||||||
GenericName=Voice Chat
|
|
||||||
Comment=TeamSpeak 6 client
|
|
||||||
Exec=/opt/teamspeak/TeamSpeak %U
|
|
||||||
TryExec=/opt/teamspeak/TeamSpeak
|
|
||||||
Icon=/opt/teamspeak/logo-256.png
|
|
||||||
Terminal=false
|
|
||||||
Categories=Network;AudioVideo;Voice;
|
|
||||||
StartupWMClass=TeamSpeak
|
|
||||||
MimeType=application/x-teamspeak;
|
|
||||||
Keywords=voice;chat;voip;
|
|
||||||
StartupNotify=true
|
|
||||||
@@ -45,9 +45,8 @@ echo "[INFO] Setting executable bit and ownership..."
|
|||||||
sudo chmod +x /opt/teamspeak/TeamSpeak
|
sudo chmod +x /opt/teamspeak/TeamSpeak
|
||||||
sudo chown -R $(id -u):$(id -g) /opt/teamspeak
|
sudo chown -R $(id -u):$(id -g) /opt/teamspeak
|
||||||
|
|
||||||
echo "[INFO] Installing desktop entry..."
|
/opt/teamspeak/TeamSpeak > /dev/null 2>&1 &
|
||||||
mkdir -p "$HOME/.local/share/applications"
|
sleep 2
|
||||||
curl -L --fail -sS -o "$HOME/.local/share/applications/TeamSpeak.desktop" "https://raw.githubusercontent.com/DerTyp7/.dotfiles/refs/heads/master/TeamSpeak.desktop"
|
pkill TeamSpeak
|
||||||
chmod 655 "$HOME/.local/share/applications/TeamSpeak.desktop"
|
|
||||||
|
|
||||||
echo "[INFO] TeamSpeak client installed to /opt/teamspeak"
|
echo "[INFO] TeamSpeak client installed to /opt/teamspeak"
|
||||||
Reference in New Issue
Block a user