Skip to content

Instantly share code, notes, and snippets.

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

Zuha BD dslzuha

🏠
Working from home
View GitHub Profile
@dslzuha
dslzuha / FilesSnapshot.xml
Created June 20, 2020 22:14
chocolatey v0.10.15 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\chocolatey\chocolatey.nupkg" checksum="193D9A6E05699976F6E3D8DCAA0EEFDF" />
<file path="C:\ProgramData\chocolatey\lib\chocolatey\chocolatey.nuspec" checksum="D929D78C2D5111001801B0457CA49FF5" />
<file path="C:\ProgramData\chocolatey\lib\chocolatey\tools\chocolateyInstall.ps1" checksum="A4D0C5A813A2DD026936EF512F0CEDFB" />
<file path="C:\ProgramData\chocolatey\lib\chocolatey\tools\chocolateysetup.psm1" checksum="538B701009409E680B2195DCF7FB26FF" />
<file path="C:\ProgramData\chocolatey\lib\chocolatey\tools\init.ps1" checksum="FA473E5F9A52AE652224780C58661E76" />
<file path="C:\ProgramData\chocolatey\lib\chocolatey\tools\VERIFICATION.txt" checksum="80A2FDF092571CC30652B7658C0A1624" />
<file path="C:\ProgramData\chocolatey\lib\chocolatey\tools\chocolateyInstall\choco.exe" checksum="F
#!/bin/bash
# Get postman app
wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
sudo tar -xzf postman.tar.gz -C /opt
sudo ln -s /opt/Postman/Postman /usr/bin/postman
#Create a Desktop Entry
cat > ~/.local/share/applications/postman.desktop <<EOL
[Desktop Entry]
Encoding=UTF-8