Add wdvn-env-i386
This commit is contained in:
parent
8770007efe
commit
b19713c2dc
3
path/wdvn-env-i386
Executable file
3
path/wdvn-env-i386
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
export WDVN_ARCH="i386"
|
||||
export WDVN_KERNEL="linux-image-686"
|
3
shell
3
shell
@ -2,11 +2,10 @@
|
||||
export WDVN_NAME="windvn"
|
||||
export WDVN_URL="http://deb.devuan.org/merged"
|
||||
export WDVN_VER="chimaera"
|
||||
export WDVN_ARCH="i386"
|
||||
export WDVN_KERNEL="linux-image-686"
|
||||
|
||||
export WDVN_DATE="$(date --utc "+%Y.%m.%d-%H.%M.%S")"
|
||||
export WDVN_PID="$BASHPID"
|
||||
export PATH="$(dirname "$(realpath -s "$BASH_SOURCE")")/path:$PATH"
|
||||
source "wdvn-env-i386"
|
||||
export WDVN_FULLNAME=
|
||||
export PS1="\[\033[0;35m\]\$(wdvn-name)\[\033[0m\]:\[\033[0;37m\]\$(basename -- \$PWD)\[\033[0m\]> "
|
Loading…
Reference in New Issue
Block a user