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