Skip to content

Commit 0dfa75f

Browse files
committed
fix url path
1 parent 8e02e2e commit 0dfa75f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

telegram/telegramDeb.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mv telegram-$version/usr/bin/Telegram telegram-$version/usr/bin/telegram
1818
if [ -f 'share.zip' ]; then
1919
echo "share.zip file already exits"
2020
else
21-
wget 'https://raw.githubusercontent.com/jakbin/deb-scripts/main/telegram/share.zip'
21+
wget 'https://raw.githubusercontent.com/jakbin/telegram-deb/main/telegram/share.zip'
2222
fi
2323

2424
unzip share.zip
@@ -27,7 +27,7 @@ cp -R share telegram-$version/usr/
2727
if [ -f 'control' ]; then
2828
echo "control file already exits"
2929
else
30-
wget 'https://raw.githubusercontent.com/jakbin/deb-scripts/main/telegram/control'
30+
wget 'https://raw.githubusercontent.com/jakbin/telegram-deb/main/telegram/control'
3131
fi
3232

3333
mkdir telegram-$version/DEBIAN

0 commit comments

Comments
 (0)