You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(install): update Ubuntu installation commands for non-root users (#1955)
* fix(install): update Ubuntu installation commands for non-root users
- Modified GPG key import command to use `sudo sh -c` for proper permission handling
- Simplified repository setup into a single pipe-to-tee command to avoid manual file editing
- Ensures commands work safely without requiring direct root shell access
Signed-off-by: Mohammed Abdallah <53952292+mohamedabdallah20@users.noreply.github.com>
* fix(install): update Debian installation commands for non-root users
- Modified GPG key import command to use `sudo sh -c` for proper permission handling
- Simplified repository setup into a single pipe-to-tee command to avoid manual file editing
- Ensures commands work safely without requiring direct root shell access
Signed-off-by: Mohammed Abdallah <53952292+mohamedabdallah20@users.noreply.github.com>
* fix(install): update raspbian-raspberry-pi installation commands for non-root users
- Modified GPG key import command to use `sudo sh -c` for proper permission handling
- Simplified repository setup into a single pipe-to-tee command to avoid manual file editing
- Ensures commands work safely without requiring direct root shell access
Signed-off-by: Mohammed Abdallah <53952292+mohamedabdallah20@users.noreply.github.com>
---------
Signed-off-by: Mohammed Abdallah <53952292+mohamedabdallah20@users.noreply.github.com>
0 commit comments