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
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
dinger1986
faf48a468d
Update Readme.md
2023-05-30 08:03:03 +00:00
dinger1986
a864a6c4b0
Update Readme.md
2023-05-15 20:29:10 +01:00
dinger1986
2dbfd59ece
Update Readme.md
2023-05-15 20:28:06 +01:00
dinger1986
da55fe5b55
Update Readme.md
2023-05-15 20:27:33 +01:00
dinger1986
d0116d05be
Update update.sh
2023-03-15 20:11:24 +00:00
dinger1986
88ab17c248
Update install.sh
2023-03-15 20:09:31 +00:00
dinger1986
441c50b501
Update Readme.md
2023-03-15 20:04:52 +00:00
dinger1986
81b67ce3d4
Update Readme.md
2023-03-15 16:03:10 +00:00
dinger1986
b4dac8823b
Merge pull request #33 from tsarmis/master
2023-03-06 20:12:17 +00:00
tsarmis
539b955e86
Update Readme.md
2023-03-06 22:00:27 +02:00