5 lines
227 B
Bash
Executable file
5 lines
227 B
Bash
Executable file
#!/bin/bash
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2023-present - The JELOS Project (https://github.com/JustEnoughLinuxOS) (https://github.com/fewtarius)
|
|
|
|
ln -sf /etc/profile.d/999-export /storage/.config/profile.d
|