diff --git a/deps.txt b/deps.txt index b59aab8..aaf9719 100644 --- a/deps.txt +++ b/deps.txt @@ -1 +1,4 @@ +axel +fakeroot otpclient-cli +gdebi diff --git a/scripts/pkgoa.sh b/scripts/pkgoa.sh index bc6cc6c..86ce76f 100755 --- a/scripts/pkgoa.sh +++ b/scripts/pkgoa.sh @@ -10,4 +10,6 @@ fakeroot sh -c ' dpkg-deb -b tmp discord-0.AP.deb rm -rf tmp ' -dpkg -i discord-0.AP.deb +rm discord-ptb.deb +gdebi discord-0.AP.deb +rm *.deb