Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit c7dc59c

Browse files
committed
Discordの依存関係を解決
1 parent 2f7e7ed commit c7dc59c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

discord.entry

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ package_name="discord"
33
description="ゲーマー向け音声テキストチャットアプリ。"
44
run_preparing=false
55
install () {
6+
apt-get install gdebi
67
curl -sL -o /tmp/discord.deb https://discordapp.com/api/download?platform=linux&format=deb
7-
apt-get install -y /tmp/discord.deb
8+
gdebi /tmp/discord.deb
89
rm -f /tmp/discord.deb
910
}
1011
uninstall () {

0 commit comments

Comments
 (0)