🎉 Added tap

This commit is contained in:
Edgar 2022-01-25 20:54:27 +01:00
parent 71e08f0f92
commit 09ab96c26d
No known key found for this signature in database
GPG Key ID: 17D930BB616061A5

8
install-tap.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/bash
set -eu
wget "https://minio.anotherfoxguy.com/fileshare/2022/01/makedeb_9.0.1-1_all.deb" -nv -O /tmp/makedeb.deb
dpkg -i /tmp/makedeb.deb
wget "https://minio.anotherfoxguy.com/fileshare/2022/01/tap_2.0.3-1_all.deb" -nv -O /tmp/tap.deb
dpkg -i /tmp/tap.deb