166 Commits

Author SHA1 Message Date
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
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
tsarmis
431675ec06
Update Readme.md 2023-03-06 21:59:14 +02:00
tsarmis
967d22f369
Update Readme.md 2023-03-06 21:58:57 +02:00
tsarmis
823d47a978
Update Readme.md 2023-03-06 21:58:41 +02:00
tsarmis
4f8a2cc912
Update Readme.md 2023-03-06 21:58:27 +02:00
tsarmis
b0bac5c531
Update Readme.md 2023-03-06 21:57:50 +02:00
dinger1986
6eeda0ac3b
Merge pull request #31 from PolisanTheEasyNick/patch-1 2023-03-05 12:24:23 +00:00
PolisanTheEasyNick
6bcaabdfb8
Add support for aarch64 2023-03-02 13:01:19 +02:00
dinger1986
82a74d324e
Update update.sh 2023-01-31 13:46:15 +00:00
dinger1986
a8f86e2707
Update update.sh 2023-01-31 13:11:33 +00:00
dinger1986
7a6499aa5e
Update update.sh 2023-01-31 10:35:42 +00:00
dinger1986
ea148eccdb
Merge pull request #29 from ukedk/patch-2 2023-01-27 10:38:48 +00:00
ukedk
5fac3063d4
Update update.sh
sorry, unzip didnt worked with amd54-subfolder. fixed now. Thx.
2023-01-27 11:36:46 +01:00