Commit Graph

55 Commits

Author SHA1 Message Date
Xeevis
c593b943b9 Support installation on Turris OS 2022-10-15 14:41:41 +02:00
dcarns
604bd9be75 Merge pull request #1389 from HarvsG/patch-2
Bash is a dependency for OpenWRT
2022-07-25 12:46:19 -04:00
dcarns
bc5f3c09ea Merge pull request #1388 from HarvsG/patch-1
improve lower-casing for open wrt
2022-07-25 12:45:57 -04:00
HarvsG
9de66d5bbb Bash is a dependency for OpenWRT 2022-07-13 18:45:13 +01:00
HarvsG
9a5fd05005 improve lower-casing
fixes an error on OpenWRT
2022-07-13 18:25:38 +01:00
Abhishek Kondur
dac5dd9cb9 add pkg update command 2022-07-08 12:53:21 +04:00
Caleb Gasser
b54298347e Fixed incorrect flag. 2022-06-22 12:03:04 -05:00
Caleb Gasser
4c30b5d5df Revert "Fixed incorrect flag."
This reverts commit d7a48b8a22.
2022-06-22 12:01:56 -05:00
Caleb Gasser
d7a48b8a22 Fixed incorrect flag. 2022-06-22 11:13:28 -05:00
Caleb Gasser
70798739de Added check to see if netclient is present or not. 2022-06-22 11:11:06 -05:00
Caleb Gasser
d47b6c0fc7 Added output message. 2022-06-22 11:05:15 -05:00
Caleb Gasser
5bb7856b75 For FreeBSD, move netclient to executable directory. 2022-06-22 11:02:39 -05:00
Caleb Gasser
10d5345714 Don't use the key if not provided. 2022-06-22 10:57:27 -05:00
Caleb Gasser
2edfa6f801 Added wireguard to dependencies. 2022-06-22 10:52:01 -05:00
Yuanji
dc470f47c3 Fix typo for Arch Linux 2022-03-20 22:50:41 +09:00
afeiszli
952616db89 adding rocky linux support in install script 2022-02-23 08:23:07 -05:00
Matthew R. Kasun
abd1ad60dd remove x86_32
remove freebsd daemon as --deamon on is now valid for freebsd
updated openWRT daemon to use new paths and arguments
add support for arch installs
2022-02-10 10:13:54 -05:00
Matthew R. Kasun
09f8114cc0 removed installation of freebsd daemon (done by netclient)
updated openwrt daemon to installl in /sbin and update command to be run
removed x86_32
add support for arch
2022-02-10 09:56:46 -05:00
baudneo
45dce1cc9c Update netclient-install.sh
URL ,pattern needed changing to successfully download netclient
2022-02-09 21:10:05 -07:00
afeiszli
0c502baa14 updating netclient bin directory 2022-02-01 16:48:06 -05:00
ethanfowler
b60c6a8d61 Fix netclient install on ARMv6
`uname -m` gives `armv6l` on e.g. raspberry PI zero. This was resulting in the switch defaulting to
`https://github.com/gravitl/netmaker/releases/download/0.9.3/netclient-armv6l` instead of 
`https://github.com/gravitl/netmaker/releases/download/0.9.3/netclient-armv6`
and a 404.
2022-01-10 17:20:33 +00:00
pete1019
64997faea9 Update netclient-install.sh
MacOS Mojave print on uname "Darwin" and not "darwin".
2021-12-13 10:40:51 +01:00
afeiszli
46e17b29b3 fixing binary versions 2021-11-23 08:04:37 -05:00
Alex
3b7055758d Merge pull request #499 from a1ad/feature_v0.9.1_arm7_scriptfix
Update install script: netclient-armv7 to netclient-arm7
2021-11-23 07:32:47 -05:00
jeroenr
af60538759 dist=netclient-armv7 > dist=netclient-arm7 2021-11-22 18:33:20 +01:00
afeiszli
bdd1c8fc38 fixed openwrt/windows scripts 2021-11-22 07:54:01 -05:00
afeiszli
55e51da1ec fixing syntax error on nc install 2021-11-17 10:23:29 -05:00
afeiszli
0d9f2db514 binary builder script 2021-11-17 10:21:35 -05:00
afeiszli
39cd054521 fixed script for freebsd 2021-11-16 20:56:22 -05:00
afeiszli
b42568a7ce fixing script 2021-11-16 14:18:41 -05:00
afeiszli
9ba0b16a99 adding freebsd script 2021-11-16 09:51:37 -05:00
afeiszli
a52656ce98 fixing script 2021-11-05 09:59:42 -04:00
Adrien Raffin-Caboisse
7a40e80b9b fix(install-script): add NAME variable to set hostname 2021-11-04 11:35:29 +01:00
Alex
a9f6bc78aa Merge pull request #425 from pete1019/patch-7
armv7l fix
2021-11-03 14:08:56 -04:00
Alex
b9673da846 Merge pull request #419 from pete1019/patch-6
check if files exists, if not get from latest
2021-11-03 14:08:00 -04:00
Alex
1f82ed192a Merge pull request #418 from bsherman/develop
Prepend a 'v' when version is not 'latest' and lacks a leading 'v'.
2021-11-03 14:07:07 -04:00
pete1019
f493cd2c76 armv7l fix
Pi Zero 2 or some Pi 3 will have armv7l. They need armv7.
uname -m
armv7l

it printed a 404 error because thre is no armv7l file
2021-11-03 09:23:25 +01:00
pete1019
29a20abba5 check if files exists, if not get from latest 2021-10-31 18:18:07 +01:00
Benjamin Sherman
6495c8695d Prepend a 'v' when version is not 'latest' and lacks a leading 'v'. Partially addresses #403 2021-10-31 09:58:45 -05:00
Alex
15ecac277f Update netclient-install.sh 2021-10-28 17:59:54 -04:00
afeiszli
ddddb3b848 updated install scripts 2021-10-26 14:58:20 +00:00
afeiszli
c7b922259f netclient script hotfix 2021-10-20 12:29:59 -04:00
afeiszli
c26f887e27 updating install script and README 2021-10-20 11:06:54 -04:00
Adrien Raffin-Caboisse
51a09167fc feat(netclient): add listing of nodes with hostnames 2021-10-15 15:02:32 +02:00
afeiszli
6e8f77068b hotfixing small issues 2021-08-20 08:11:09 -04:00
afeiszli
d424c7b7d0 fixing versions 2021-08-19 19:27:25 -04:00
worker-9
9d2962a171 added version and fixed script and doc stuff 2021-08-16 16:30:55 -04:00
afeiszli
f496beac4e static configs 2021-08-09 14:28:43 -04:00
Alex
6b5f5450be Update netclient-install.sh 2021-07-28 14:28:44 -04:00
U VuM0
0fe30ffe34 updated net-client scripts 2021-07-18 19:04:39 -05:00