Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spookyorange/apidog-linux-install
Install Apidog from a Tarball on your Linux machine, easily!
https://github.com/spookyorange/apidog-linux-install
archlinux bash debian fedora fedora-silverblue linux scripting sh shell shell-script steam-deck steamos tarball targz ubuntu
Last synced: 3 months ago
JSON representation
Install Apidog from a Tarball on your Linux machine, easily!
- Host: GitHub
- URL: https://github.com/spookyorange/apidog-linux-install
- Owner: spookyorange
- License: agpl-3.0
- Created: 2024-04-29T19:47:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T11:26:06.000Z (9 months ago)
- Last Synced: 2024-09-30T05:03:51.998Z (4 months ago)
- Topics: archlinux, bash, debian, fedora, fedora-silverblue, linux, scripting, sh, shell, shell-script, steam-deck, steamos, tarball, targz, ubuntu
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install tarball version of Apidog with just a basic script!
A script to easily install Apidog the tarball way on your Linux machine!
Note: This installation script is by no means affiliated with Apidog project, or its maintainers.
## Usage
Clone the repo and run the script
```bashgit clone https://github.com/spookyorange/apidog-linux-install.git
cd apidog-linux-install
sh ./install.sh```
To remove the application(if it has been installed with this method)
```bashsh ./uninstall.sh
```
Updates are handled by running the install script again, you can just run the install script and all good!
```bashsh ./install.sh
```
## Details
The script will install the application in the following destinations if you have installed locally:
- ~/.tarball-installations/apidog
- ~/.local/bin/apidog
- ~/.local/share/applications/apidog.desktop## Tested Distros
- Fedora by Spookyorange
- Fedora Atomic(Silverblue) by Spookyorange
- SteamOS(Steam Deck) by Spookyorange## Contributing
If you have a distro that you would like to add to the list of tested distros, please submit a pull request with the changes you made to the script and the distro you tested it on.