Commit Graph

171 Commits

Author SHA1 Message Date
176193d9a6 Merge pull request #126 from bkanuka/patch-1
WinApps _requires_ FreeRDP version 3+, which is not clear from the README.md
2024-07-09 07:19:09 +02:00
294e1155fd Update README.md
The flags used when calling `$FREERDP_COMMAND` are not compatible with FreeRDP v2.  Namely v2 uses `/app: ...` and `/app-cmd ...` instead of `/app:alias:...,cmd:...` syntax used in winapps.
2024-07-08 15:30:21 -04:00
d8cf7e2f02 Merge pull request #125 from Kazevic/patch-1
Fix a couple of typos
2024-07-04 08:10:11 +02:00
0697b39404 Fix a couple of typos 2024-07-04 05:44:01 +00:00
3885a93110 Merge pull request #123 from Kazevic/main
Reformat code, fix typos, use apt instead of apt-get, improve consistency
2024-07-02 12:18:35 +02:00
45bbdf87ee Reformat code, fix typos, use apt instead of apt-get, improve consistency 2024-07-02 03:44:09 -03:00
47596d6dde Merge pull request #116 from MrTumnis/MrTumnis-patch-1
Update installer.sh
2024-06-13 06:37:47 +02:00
5f2e052a43 Update installer.sh
Not adding a new line was causing a "directory does not exist" error because the line was continuos with the '#'
2024-06-12 18:22:09 -06:00
5eb4439a5f Merge pull request #108 from Alchemi1963/main
Fixing installer.sh
2024-06-09 15:16:24 +02:00
754a483e64 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-06-09 11:36:00 +00:00
f8cef50ead fix: remove trailing spaces from all loops 2024-06-09 13:35:53 +02:00
e43fce7707 fix: this path is already absolute 2024-06-09 11:30:27 +02:00
79652eeec5 fix: remove test 2024-06-09 11:27:21 +02:00
2fff49ee42 Fix shellcheck SC2238 2024-06-08 19:36:32 +02:00
24f2ef4f33 Fix shellcheck 2024-06-08 19:35:05 +02:00
b658df0a4c fix: prevent backslashes being escaped at all 2024-05-31 08:36:59 +00:00
f5bafe4e2c Moved shellcheck line one down at line 51 2024-05-31 10:21:51 +02:00
45b7111d5b [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-05-30 21:47:55 +00:00
9a4c689a6a Added empty parameter catch around line 90 2024-05-30 23:22:05 +02:00
aae906ab36 Fixed printf \tsclient and no newline errors. 2024-05-30 23:18:31 +02:00
4122e8c4b3 Merge pull request #107 from winapps-org/fix-installer-sh
Fix some bugs in installer.sh
2024-05-30 18:00:39 +00:00
2e7dea1cce fix: fix shellcheck error 2024-05-30 12:14:13 +00:00
0ea4b865dd fix: actually use glob pattern so the loop works 2024-05-30 12:10:18 +00:00
7abfef3477 fix: don't remove fixme 2024-05-30 12:09:16 +00:00
662378aefe fix: ignore shellcheck info 2024-05-30 10:26:48 +00:00
a80e951e40 fix: this is just a warning, we can ignore it for now 2024-05-30 10:24:26 +00:00
eb4176987a fix: do not disable shellcheck errors annotated with FIXME 2024-05-30 10:21:34 +00:00
f773560ca8 fix: fix SC2066; do not quote this 2024-05-30 10:20:55 +00:00
109cbf5f79 fix: actually use loop var 2024-05-30 10:16:11 +00:00
9126baa699 fix: don't quote $SUDO 2024-05-30 10:14:35 +00:00
7ce6f879e4 Merge pull request #98 from LDprg/precommit-legacy
Precommit for legacy
2024-05-27 07:04:48 +00:00
7bb34d7b92 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-05-26 13:02:32 +00:00
aba92bc535 feat: mention new compose file shipped with repo in docker docs 2024-05-26 13:02:24 +00:00
18229bfef9 fix: use default ram size 2024-05-26 12:36:51 +02:00
54e57b2f8b feat: automatic installation of .reg file 2024-05-26 12:31:31 +02:00
df42c44d9f fix: run pre-commit 2024-05-26 12:31:05 +02:00
c82a3ef47d fix: allow empty RDP_FLAGS 2024-05-26 12:30:48 +02:00
505c018998 Merge remote-tracking branch 'LDprg/precommit-legacy' 2024-05-26 11:04:56 +02:00
e7ecd6c000 Merge pull request #101 from winapps-org/LDprg-patch-1
Make docker.md a bit more clear
2024-05-26 08:23:02 +00:00
03918e511c Fix typo in docker.md 2024-05-26 09:57:29 +02:00
cdf96c9453 Make docker.md a bit more clear 2024-05-26 09:56:22 +02:00
2d89cb3175 Merge pull request #94 from winapps-org/legacy-docker
Add docker documentation for legacy winapps
2024-05-25 06:24:21 +00:00
4645df538b fix chown permission 2024-05-24 18:23:28 +02:00
fe406087ca Merge branch 'main' into legacy-docker 2024-05-24 18:22:13 +02:00
a59e2506be FIx strange chars docker.md 2024-05-24 18:18:03 +02:00
350e9201b4 Fix line endings docker.md 2024-05-24 18:16:54 +02:00
8f259464a5 finish adding spellcheck 2024-05-24 18:14:03 +02:00
e7b9ae0fa7 Add docker and podman doc ref 2024-05-24 11:34:38 +02:00
0788601409 Fix unclear sections of docker.md 2024-05-24 11:30:32 +02:00
3d8ff78e91 Small refinements 2024-05-24 06:14:54 +02:00