Skip to content

Instantly share code, notes, and snippets.

View ingeJulianLasso's full-sized avatar
🏠
Working from home

Julian Lasso ingeJulianLasso

🏠
Working from home
  • Servicio Nacional de Aprendizaje - SENA
  • Colombia
View GitHub Profile
@SanderTheDragon
SanderTheDragon / postman-deb.sh
Last active May 19, 2024 21:03
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