Add web apps

pull/569/head
Botspot 4 years ago
parent 44bc1369fa
commit 77f7d5b733

@ -0,0 +1,2 @@
Phoenixbyrd for making it install successfully
Botspot made the app.

@ -0,0 +1 @@
Linux Mint's official Web Apps program.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

@ -0,0 +1,22 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
rm -rf ~/Linux_Mint_Webapps || error "Failed to delete Linux_Mint_Webapps folder for some reason."
git clone https://github.com/phoenixbyrd/Linux_Mint_Webapps || error 'Failed to clone phoenixbyrd web apps repository!'
cd Linux_Mint_Webapps || error 'Failed to enter directory!'
# Get dependencies
"${DIRECTORY}/pkg-install" "$(pwd)/xapps-common_2.0.7-1_all.deb $(pwd)/libxapp1_2.0.7-1_armhf.deb $(pwd)/gir1.2-xapp-1.0_2.0.7-1_armhf.deb $(pwd)/libxapp-dev_2.0.7-1_armhf.deb $(pwd)/libxapp1-dbgsym_2.0.7-1_armhf.deb devhelp" "$(dirname "$0")" || error "Failed to install dependencies"
sudo apt install -fy "$(pwd)/webapp-manager_1.1.1_all.deb" || error "Failed to install webapp-manager"
#remove folder
cd $HOME
rm -rf ~/Linux_Mint_Webapps || error "Failed to delete Linux_Mint_Webapps folder for some reason."

@ -0,0 +1,13 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
sudo apt purge webapp-manager -y || error "Failed to uninstall webapp-manager"
#if your app installs any packages, keep this command here so those packages will be removed.
"${DIRECTORY}/purge-installed" "$(dirname "$0")" || error "Failed to uninstall dependencies"

@ -0,0 +1 @@
https://itsfoss.com/web-app-manager-linux-mint/
Loading…
Cancel
Save