Starting beta6 - fixing eudev and docker imgs

This commit is contained in:
Fabio Belavenuto
2022-11-30 13:39:07 -03:00
parent f7c0b4fcd5
commit aa0976ca4f
17 changed files with 8 additions and 35 deletions

2
docker/syno-toolkit/rootfs/etc/profile.d/login.sh Normal file → Executable file
View File

@@ -1,3 +1,4 @@
export PATH="/usr/local/x86_64-pc-linux-gnu/bin:${PATH}"
[[ "$-" != *i* ]] && return
export LS_OPTIONS='--color=auto'
export SHELL='linux'
@@ -7,4 +8,3 @@ alias ll='ls -l'
alias l='ls -l -a'
alias h='history 25'
alias j='jobs -l'
export PATH="/opt/${PLATFORM}/bin:${PATH}"