Gyorgy Berenyi 6000f6f36b
Some checks reported errors
continuous-integration/drone/push Build encountered an error
testing drone secrets
2024-06-13 09:23:41 +00:00
2024-06-13 09:15:40 +00:00
2024-06-13 09:23:41 +00:00
2024-01-20 17:08:41 +00:00
2023-06-16 07:00:36 +00:00
2024-01-09 11:22:31 +00:00
2023-06-15 11:34:37 +00:00
2023-07-11 08:52:22 +00:00
2024-06-13 09:15:40 +00:00
2023-12-19 07:35:58 +00:00
2023-07-11 10:01:06 +00:00
2023-07-11 10:17:44 +00:00

About the Windows version

You can execute the install.sh script under Windows 10 or 11 also, but need to prepare the WSL service before.

It is executable via command line for example Powershell or Terminal also.

You need to start the wsl service at first:

wsl.exe --install -d Debian

Then switch user to root at first.

wsl -u root -d Debian

After successfuly entered, prepare the linux system, add a new user via usermod command:

usermod -aG sudo <user>

Then type logout and restart the wsl system by command:

wsl --shutdown -d Debian

Once you created the new linux user, it is seems under Windows Explorer via folder. You need to download the install.sh and the installer.pub key file and place it to the user's folder.

When it was successfuly you can restart it with a new user you added before.

wsl -u <user> -d Debian

And change the install scrip attribute for executable:

chmod a+x install.sh

And execute it:

./install.sh
Description
No description provided
Readme 863 KiB
Languages
Shell 99.7%
Dockerfile 0.3%