fix: clean up temporary Telegram installation files after setup
This commit is contained in:
parent
b2cc3a7161
commit
73999b2f0a
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ wget https://td.telegram.org/tlinux/tsetup.5.11.1.tar.xz -O /tmp/tsetup.5.11.1.t
|
|||
tar -xvf /tmp/tsetup.5.11.1.tar.xz -C /tmp
|
||||
sudo mv /tmp/Telegram /opt/Telegram
|
||||
sudo ln -sf /opt/Telegram/Telegram /usr/local/bin/telegram
|
||||
rm -rf /tmp/Telegram
|
||||
rm /tmp/tsetup.5.11.1.tar.xz
|
||||
|
||||
# Kopia
|
||||
echo "Installing Kopia..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue