Skip to content

Commit 994f9e0

Browse files
authored
Update telegramDeb.sh
1 parent c680ece commit 994f9e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

telegram/telegramDeb.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# repo url:- https://github.com/jakbin/deb-scripts
44

5-
version='4.6.5'
5+
version='5.5.5'
66

77
if [ -f 'tsetup.'$version'.tar.xz' ]; then
88
echo "file tsetup.$version.tar.xz already exits"
@@ -33,6 +33,3 @@ fi
3333
mkdir telegram-$version/DEBIAN
3434
cp control telegram-$version/DEBIAN/
3535
dpkg -b telegram-$version
36-
rm -rf telegram-$version
37-
rm -rf Telegram
38-
rm -rf share

0 commit comments

Comments
 (0)