Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pc-setup-scripts
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andri Joos
pc-setup-scripts
Commits
798b507e
Commit
798b507e
authored
6 months ago
by
Andri Joos
Browse files
Options
Downloads
Patches
Plain Diff
add remmina installation
parent
18b23399
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
install.sh
+4
-0
4 additions, 0 deletions
install.sh
install_functions.sh
+4
-0
4 additions, 0 deletions
install_functions.sh
options.sh
+3
-0
3 additions, 0 deletions
options.sh
with
11 additions
and
0 deletions
install.sh
+
4
−
0
View file @
798b507e
...
...
@@ -48,6 +48,7 @@ $openconnect_key "$openconnect_label" $openconnect_enabled \
$protonvpn_key
"
$protonvpn_label
"
$protonvpn_enabled
\
$flatseal_key
"
$flatseal_label
"
$flatseal_enabled
\
$wireguard_key
"
$wireguard_label
"
$wireguard_enabled
\
$remmina_key
"
$remmina_label
"
$remmina_enabled
\
$swap_key
"
$swap_label
"
$swap_enabled
\
3>&1 1>&2 2>&3
)
IFS
=
' '
read
-a
selected_options
<<<
$selected_tags
...
...
@@ -183,6 +184,9 @@ do
elif [
$option
=
$wireguard_key
]
then
install_wireguard
elif [
$option
=
$remmina_key
]
then
install_remmina
elif [
$option
=
$swap_key
]
then
setup_swap
...
...
This diff is collapsed.
Click to expand it.
install_functions.sh
+
4
−
0
View file @
798b507e
...
...
@@ -360,3 +360,7 @@ install_flatseal() {
install_wireguard
()
{
$apt_install_cmd
wireguard
}
install_remmina
()
{
install_flatpak_app org.remmina.Remmina
}
This diff is collapsed.
Click to expand it.
options.sh
+
3
−
0
View file @
798b507e
...
...
@@ -45,6 +45,7 @@ openconnect_enabled=$checkbox_unchecked
protonvpn_enabled
=
$checkbox_unchecked
flatseal_enabled
=
$checkbox_unchecked
wireguard_enabled
=
$checkbox_unchecked
remmina_enabled
=
$checkbox_unchecked
swap_enabled
=
$checkbox_unchecked
# labels
...
...
@@ -90,6 +91,7 @@ openconnect_key="openconnect"
protonvpn_key
=
"proton_vpn"
flatseal_key
=
"flatseal"
wireguard_key
=
"wireguard"
remmina_key
=
"remmina"
swap_key
=
"swap"
# show text
...
...
@@ -135,4 +137,5 @@ openconnect_label="openconnect"
protonvpn_label
=
"proton-vpn"
flatseal_label
=
"flatseal"
wireguard_label
=
"wireguard"
remmina_label
=
"remmina"
swap_label
=
"swap"
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment