Pfau, Sascha
f43082e142
fix installing code-server on manjaro image ( #5834 )
...
Co-authored-by: Joe Previte <jjprevite@gmail.com>
2022-12-05 15:43:22 -07:00
Kyle Carberry
77c3cd3aa1
Improve getting started Coder CTA ( #5752 )
...
* Improve getting started Coder CTA
This wasn't very standout-ish before, and I think it's
wise for us to experiment with directing users to Coder.
* Update nix flake
* Update diff
* Add advert to code-server install
* Fix patch to reset columns if getting started is disabled
* Update text for advert
2022-11-07 11:06:51 -07:00
KevinZønda
ff8ea36b27
feat: install script support arch-like ( #5757 )
2022-11-07 17:48:21 +00:00
unknowndevQwQ
3a9eb312b1
feat: add doas support ( #5600 )
...
Some people may have some reason to drop sudo and switch to doas
2022-10-04 16:45:25 +00:00
unknowndevQwQ
b6aeb4bfab
fix: fix can't run it as expected in freebsd ( #5595 )
...
In freebsd, su -c expects a login class argument instead of a command, if -c is preceded by a username, then -c and the arguments that follow will be passed as shell arguments
2022-09-28 21:06:24 +00:00
Shawn Weeks
3264187419
Set RPM Upgrade Flag ( #5588 )
2022-09-26 13:04:36 -07:00
Edouard Vincent
326a1d1862
feat: Add a shrinkwrap file to the NPM release ( #5010 )
2022-03-29 12:33:56 -05:00
Kyle Carberry
ec3d9974b3
fix: Update install.sh to use "coder" GitHub organization ( #4638 )
...
* fix: Update install.sh to use "coder" GitHub organization
* Update docs preview
2021-12-16 10:49:16 -06:00
Leask Wong
18e66c4299
adding option --edge to install latest edge / preview version ( #4605 )
...
* adding option --edge to install latest edge / preview version
* updated arg --edge parsing to match the style of --dryrun
2021-12-14 15:30:35 -07:00
Joe Previte
5b6b1dddad
fix(docs): use latest instead of version in links
2021-08-24 11:54:46 -07:00
Joe Previte
911af4075f
chore(release): bump version to 3.11.1
2021-08-06 12:17:30 -07:00
Akash Satheesan
52579f182d
chore(release): bump version to 3.11.0
2021-07-15 02:45:10 +05:30
Asher
3339853c26
Avoid root when prefix is writable
...
Previously if the prefix was non-existent we would switch to root even
if the user does have the permissions to create the directory.
Fixes #3585
2021-07-13 12:22:06 -05:00
Asher
6045fdd3ac
Make installer work on any os/arch
2021-07-13 12:22:05 -05:00
Joe Previte
002fa08222
chore: fix broken link in install.sh
2021-07-02 11:14:36 -07:00
Joe Previte
908b2c8502
fix: use new docs links in install script
2021-07-02 10:29:49 -07:00
Joe Previte
5a6af17725
fix: modify install script for alpine
2021-07-01 15:50:31 -07:00
dependabot[bot]
9042bbae9a
chore(deps-dev): bump prettier-plugin-sh from 0.6.1 to 0.7.1 ( #3680 )
...
* chore(deps-dev): bump prettier-plugin-sh from 0.6.1 to 0.7.1
Bumps [prettier-plugin-sh](https://github.com/rx-ts/prettier ) from 0.6.1 to 0.7.1.
- [Release notes](https://github.com/rx-ts/prettier/releases )
- [Changelog](https://github.com/rx-ts/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rx-ts/prettier/compare/prettier-plugin-sh@0.6.1...prettier-plugin-sh@0.7.1 )
---
updated-dependencies:
- dependency-name: prettier-plugin-sh
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: reformat shell scripts
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akash Satheesan <akash.satheesan@protonmail.com>
2021-06-28 22:06:55 +05:30
Joe Previte
31aac201bf
chore(release): bump version to 3.10.2
2021-05-21 16:04:55 -07:00
Asher
e983ba9a4b
v3.10.1 ( #3406 )
...
* Update versions
* Update changelog
2021-05-17 14:59:41 -05:00
Akash Satheesan
d17c97c9cd
chore(release): bump version to 3.10.0
2021-05-11 01:39:44 +05:30
Joe Previte
003dc0feeb
chore(release): bump version to 3.9.3
2021-04-08 11:18:56 -07:00
Ikko Ashimine
b4e1d8db5d
chore: fix typo in install.sh
...
occurances -> occurrences
2021-04-03 02:02:16 +09:00
Joe Previte
b2af7fe5a3
fix: use main instead of version in install.sh
2021-03-25 16:09:19 -07:00
Joe Previte
f688e58472
chore(release): bump version to 3.9.2
2021-03-25 10:33:47 -07:00
Joe Previte
d05389880a
chore: update formatting w/new prettier sh plugin
2021-03-15 15:36:31 -07:00
Joe Previte
606fa26b5a
chore: bump version to 3.9.1
2021-03-05 14:05:31 -07:00
Joe Previte
ba9196968b
chore(install.sh): update to v3.9.0
2021-02-12 16:22:31 -07:00
Ben
e4c82a097e
update branch in URLs
2021-02-11 08:00:36 -05:00
Ben
3dcb92be40
fix npm docs link in install.sh
2021-02-11 08:00:33 -05:00
Joe Previte
4756257207
refactor: rename doc to docs
2021-02-03 09:46:35 -07:00
Torbjørn Viem Ness
c52198f30d
install.sh: Fix usage of su ( #2529 )
...
See also https://github.com/cdr/code-server/pull/2529#issuecomment-763829674
2021-01-20 13:03:13 -05:00
Anmol Sethi
d3d44280a7
install.sh: Add echo_npm_postinstall
...
Updates #2349
2020-12-18 11:52:08 -05:00
Oxylibrium
f8dc3fccac
install.sh: use $ID_LIKE to detect distro ( #2423 )
2020-12-14 21:18:24 +00:00
Anmol Sethi
a0b7bf2180
install.sh: Default $RSH to ssh
2020-10-22 02:17:12 -04:00
Anmol Sethi
30f3030530
install.sh: Allow customizing remote shell with --rsh
2020-10-22 02:17:12 -04:00
Anmol Sethi
759a78d9d8
install.sh: Rename SSH_FLAGS to RSH_FLAGS
2020-10-22 02:17:12 -04:00
Anmol Sethi
811cf3364a
install.sh: Allow installing directly onto a remote host ( #2183 )
...
Updates #1729
To fully close that issue see the various TODOs.
2020-10-09 15:33:58 -04:00
Siva
3f508e5e12
Escape $ inside the systemctl doc string ( #2018 )
2020-08-28 12:21:00 -04:00
Anmol Sethi
255fa37e1d
Bundle systemd system unit
...
systemd's user units are buggy on certain versions
and do not linger by default.
Closes #1771
Closes #1673
Closes #1882
Closes #1861
2020-08-27 13:20:21 -04:00
Anmol Sethi
3d9e3b8717
Add FreeBSD support to install script
2020-06-13 11:14:32 -04:00
Anmol Sethi
7958cc7e29
install.sh: Print creation of CACHE_DIR
2020-06-04 18:23:01 -04:00
Anmol Sethi
9a3b9fcac2
Fix install script to trim leading v from version
...
Updates #1746
2020-06-02 17:22:24 -04:00
Anmol Sethi
90caca3336
Minor fixes
2020-05-27 20:38:29 -04:00
Anmol Sethi
30e9c516e7
Further improve AUR installation
2020-05-27 17:46:55 -04:00
Anmol Sethi
af398c49fd
Workaround lack of builtin in /bin/sh
2020-05-27 17:01:33 -04:00
Anmol Sethi
29e5c4a293
Clarify npm docs in install.md
2020-05-27 16:48:11 -04:00
Anmol Sethi
f71d8875d0
Rename binary release to standalone
2020-05-27 16:39:17 -04:00
Anmol Sethi
06c26a22cd
Improve aur installation clarity
2020-05-27 16:01:06 -04:00
Anmol Sethi
fa45fd0e31
Rename static releases to binary releases
...
More clear as discussed in PR.
2020-05-27 15:57:18 -04:00