We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e02e2e commit 0dfa75fCopy full SHA for 0dfa75f
telegram/telegramDeb.sh
@@ -18,7 +18,7 @@ mv telegram-$version/usr/bin/Telegram telegram-$version/usr/bin/telegram
18
if [ -f 'share.zip' ]; then
19
echo "share.zip file already exits"
20
else
21
- wget 'https://raw.githubusercontent.com/jakbin/deb-scripts/main/telegram/share.zip'
+ wget 'https://raw.githubusercontent.com/jakbin/telegram-deb/main/telegram/share.zip'
22
fi
23
24
unzip share.zip
@@ -27,7 +27,7 @@ cp -R share telegram-$version/usr/
27
if [ -f 'control' ]; then
28
echo "control file already exits"
29
30
- wget 'https://raw.githubusercontent.com/jakbin/deb-scripts/main/telegram/control'
+ wget 'https://raw.githubusercontent.com/jakbin/telegram-deb/main/telegram/control'
31
32
33
mkdir telegram-$version/DEBIAN
0 commit comments