sh 邮差安装Ubuntu 18.04

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 邮差安装Ubuntu 18.04相关的知识,希望对你有一定的参考价值。

#!/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
Name=Postman
Exec=postman
Icon=/opt/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
EOL

以上是关于sh 邮差安装Ubuntu 18.04的主要内容,如果未能解决你的问题,请参考以下文章

sh wkhtmltopdf安装在ubuntu 18.04上

sh 在ubuntu 18.04上安装golang

sh 在Ubuntu 18.04上安装Nginx

sh 安装Ubuntu 18.04后该怎么办

sh 在Ubuntu 18.04上安装MongoDB 4.0

sh 在ubuntu 18.04上安装i3-gap