Commit Graph

188 Commits

Author SHA1 Message Date
dinger1986
96d10d8291 remove space 2024-04-10 10:06:43 +01:00
dinger1986
3f146ee7d6 Update install.sh 2024-04-05 16:06:11 +01:00
dinger1986
fcf4e8d1fe Merge pull request #71 from uvbeenzaned/master
Redirect output to /dev/null instead of writing a file called "null"
2024-04-05 13:51:10 +01:00
Kyle Owen
18a0a832f2 Redirect output to /dev/null instead of writing a file called "null" 2024-04-05 07:26:32 -05:00
dinger1986
6c910e05ba Merge pull request #69 from FishOrBear/patch-1 2024-04-05 08:06:49 +01:00
Mike Erickson
452ecd1c46 Update WindowsAgentAIOInstall.ps1 ver1.2.3.1 2024-04-05 09:11:38 +08:00
dinger1986
e0aa3b4ec0 Merge pull request #68 from uvbeenzaned/master
Add modern OpenSuse support and update RustDesk install binaries thanks @uvbeenzaned
2024-04-03 15:53:27 +01:00
Kyle Owen
cce5d32303 Add modern OpenSuse support and update RustDesk install binaries 2024-04-03 09:44:55 -05:00
dinger1986
d7a77b3616 Merge pull request #67 from gitondezhuts/master
added configs to installer.sh
2024-03-15 10:54:27 +00:00
gitondezhuts
87997d1c7b Update install.sh 2024-03-15 10:53:32 +00:00
gitondezhuts
34dce8acf7 Update install.sh 2024-03-15 10:52:08 +00:00
dinger1986
e51a417b67 Merge pull request #66 from gitondezhuts/master
changed configs
2024-03-15 10:49:20 +00:00
gitondezhuts
48702e108e Update linuxclientinstall.sh 2024-03-15 10:48:43 +00:00
gitondezhuts
7a3bdc2d02 Update WindowsAgentAIOInstall.ps1 2024-03-15 10:48:11 +00:00
dinger1986
7707726d6d Merge pull request #64 from Brainhub24/master
Typo issue
2024-02-04 20:34:56 +00:00
dinger1986
cb0958d99c Update update.sh 2023-10-25 20:52:14 +01:00
dinger1986
eb9bac7b1c Update update.sh 2023-10-25 20:46:32 +01:00
dinger1986
5afa6ecd15 Update Readme.md 2023-10-21 20:39:11 +01:00
dinger1986
43df6297a9 Merge pull request #57 from carefreepineapple/master
added unattended installation options
2023-09-19 21:08:01 +01:00
carefreepineapple
d4da69dd84 added unattended installation options 2023-09-19 15:56:08 -04:00
dinger1986
e1a9a2f8dc Update WindowsAgentAIOInstall.ps1 2023-09-05 17:28:37 +01:00
dinger1986
9a6a1e1774 Update WindowsAgentAIOInstall.ps1 2023-08-24 09:31:07 +01:00
dinger1986
b16c6de94e Update WindowsAgentAIOInstall.ps1 2023-08-24 09:25:19 +01:00
dinger1986
eed4e6730f Update WindowsAgentAIOInstall.ps1 2023-08-24 09:25:07 +01:00
Jan Gebser
28cde25109 Merge pull request #1 from Brainhub24/Brainhub24-patch-1
Update install.sh
2023-08-22 13:15:14 +02:00
Jan Gebser
07e8ec8fd1 Update install.sh
A small typo has been corrected.
2023-08-22 13:14:26 +02:00
dinger1986
5f7fdb85a0 Merge pull request #49 from carefreepineapple/master 2023-08-14 22:36:24 +02:00
carefreepineapple
18c9af7299 adding a sleep after installation to let the package manager finish and avoid errors. 2023-08-11 00:23:43 -04:00
carefreepineapple
e164d77674 adding check for curl before trying to set lversion var 2023-08-10 19:45:50 -04:00
carefreepineapple
920d327464 adding check for lversion var to determine if empty when installing aarch64 2023-08-10 19:40:04 -04:00
carefreepineapple
94fb5b1750 encapsulating repo add and dependency installation within architecture identification 2023-08-10 19:29:05 -04:00
carefreepineapple
8deb9876f2 Update linuxclientinstall.sh 2023-08-10 19:25:07 -04:00
carefreepineapple
30c3a74aa8 Update linuxclientinstall.sh 2023-08-10 18:47:02 -04:00
dinger1986
26a3e5ef9d Merge pull request #44 from skydiablo/patch-2
Update linuxclientinstall.sh
2023-07-26 11:27:17 +01:00
Volker
ccf9b1a841 Update linuxclientinstall.sh
again, update latest download link for RPM packages
2023-07-26 12:24:37 +02:00
dinger1986
ddd5fcd669 Merge pull request #42 from skydiablo/patch-1
Update linuxclientinstall.sh
2023-07-22 22:50:37 +01:00
dinger1986
e79ff74f61 Update install.sh
reverting script to include sudo as if ran by root then whoami doesnt work right!
2023-07-22 22:49:40 +01:00
dinger1986
402eca59b2 Update install.sh 2023-07-22 22:49:02 +01:00
dinger1986
8232f56757 Update install.sh
removed fail out as if the zip file is removed it will fail out, so best to leave it out, not been reports of issues which require this
2023-07-21 13:19:27 +01:00
dinger1986
6b4a2b75bb Merge pull request #43 from amyipdev/master
install.sh: quality-of-life improvements
2023-07-20 09:30:32 +01:00
Amy
90dee5520e install.sh: allow user to continue without dependencies
There is currently a comment indicating a potential future implementation of a system to allow users on unsupported operating systems to continue without all necessary dependencies installed.

This patch implements that feature.

Signed-off-by: Amy Parker <apark0006@student.cerritos.edu>
2023-07-19 20:41:35 -07:00
Amy
0970c05b05 install.sh: fail out on command failure
The current setup of install.sh means that all the other commands will still run if any command fails. This creates a volatile and unsafe state should something go wrong, one which may cause recovering difficulties depending on the type of failure.

This patch fixes that problem by adding the "set -e" command to the beginning of the script. This command will cause the script to exit if a command fails.

Signed-off-by: Amy Parker <apark0006@student.cerritos.edu>
2023-07-19 20:35:56 -07:00
Amy
bd815bf26a install.sh: properly handle superuser permissions
This script is based around having superuser permissions. The way it handles them is by using `sudo`. This has two main problems:

1. It could potentially require someone to input their password many, many times depending on their sudo configuration.
2. Even when running as root, the script will break for anyone without sudo installed.

The way to fix this is simple: require the script itself be run as root instead of using sudo. 

This patch adds a check at the beginning which verifies if the user is root. If the user is not root, it explains what must be done to rectify the problem. It then also removes all usages of sudo throughout the script.

This also aligns the script with more typical scriptwriting conventions, overall improving the quality of the script.
2023-07-19 20:32:49 -07:00
Volker
259dc15ef1 Update linuxclientinstall.sh
fix client download locations and add auto select latest version
2023-07-14 13:56:06 +02:00
dinger1986
4170dc1f80 Update WindowsAgentAIOInstall.ps1 2023-07-11 22:07:27 +01:00
dinger1986
55595cfd88 Update WindowsAgentAIOInstall.ps1 2023-07-11 22:05:21 +01:00
dinger1986
7088c180f1 Update WindowsAgentAIOInstall.ps1 2023-07-05 17:42:55 +01:00
dinger1986
f6fa466d36 Merge pull request #40 from 0x3333/master
Change update script to only update if the version is different.
2023-06-21 17:04:05 +01:00
Tercio Gaudencio Filho
aa51e145d4 Change update script to only update if the version is different. 2023-06-21 12:56:40 -03:00
dinger1986
2e0ea53f90 Update Readme.md 2023-05-30 08:04:26 +00:00