Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
4c3147c2
Unverified
Commit
4c3147c2
authored
Feb 11, 2019
by
Igor Pečovnik
Committed by
GitHub
Feb 11, 2019
Browse files
Remove exaGear
Discontinued
parent
6c6947f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-software
View file @
4c3147c2
...
...
@@ -113,13 +113,6 @@ function check_status
alive_port
"Personal cloud @syncthing.net"
"8384"
"boolean"
LIST
+=
(
"Syncthing"
"
$DESCRIPTION
"
"
$SYNCTHING_STATUS
"
)
# Exagear
if
[[
"$(check_if_installed xserver-xorg && echo "
on
")"
==
"on"
&&
"
$family
"
==
"Ubuntu"
]];
then
EXAGEAR_STATUS
=
"$(check_if_installed exagear-armbian && echo "
on
" || echo "
off
" )"
LIST
+=
(
"ExaGear"
"32bit x86 Linux/Windows emulator trial"
"
$EXAGEAR_STATUS
"
)
LIST_CONST
=
$
((
LIST_CONST
+
1
))
fi
# VPN
if
[[
"$(dpkg --print-architecture)"
==
"armhf"
||
"$(dpkg --print-architecture)"
==
"amd64"
]];
then
# vpn server
...
...
@@ -1643,12 +1636,6 @@ if ! is_package_manager_running; then
selection=${selection//Syncthing/}
fi
if [[ "$selection" == *ExaGear*
&&
"$EXAGEAR_STATUS" != "on" ]]; then
debconf-apt-progress -- apt-get update
debconf-apt-progress -- apt-get -y install exagear-armbian exagear-desktop exagear-dsound-server exagear-guest-ubuntu-1604
selection=${selection//ExaGear/}
fi
if [[ "$selection" == *server*
&&
"$VPN_SERVER_STATUS" != "on" ]]; then
install_vpn_server
selection=${selection//\"VPN server\"/}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment