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