Skip to content

Instantly share code, notes, and snippets.

View binsta's full-sized avatar
🦀
Web3::prelude::*;

Binston Sukhael Cardoza binsta

🦀
Web3::prelude::*;
View GitHub Profile
@SanderTheDragon
SanderTheDragon / postman-deb.sh
Last active June 9, 2024 08:59
A shellscript to create a Postman .deb file, for simple installation on Debian-based Linux distro's. Also creates a .desktop file.
#!/bin/sh
# SPDX-FileCopyrightText: 2017-2024 SanderTheDragon <sanderthedragon@zoho.com>
#
# SPDX-License-Identifier: MIT
arch=$(dpkg --print-architecture)
echo "Detected architecture: $arch"
case "$arch" in