mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00
Merge from main.
This commit is contained in:
parent
d6d2c7562c
commit
119960773d
2 changed files with 2 additions and 1 deletions
|
@ -122,6 +122,7 @@ add(){
|
||||||
symlink 1 ${1} "${MODNAME}"
|
symlink 1 ${1} "${MODNAME}"
|
||||||
echo -e "Mod id ${1} - ${green}${MODNAME}${default} - added"
|
echo -e "Mod id ${1} - ${green}${MODNAME}${default} - added"
|
||||||
xml ${ID}
|
xml ${ID}
|
||||||
|
map ${ID}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Remove a mod
|
# Remove a mod
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
if ! echo .bashrc | grep -q "dz-web"
|
if ! echo .bashrc | grep -q "dz-web"
|
||||||
then
|
then
|
||||||
echo "Adding PS1 to .bashrc..."
|
echo "Adding PS1 to .bashrc..."
|
||||||
cat >> .bashrc <<EOF
|
cat > .bashrc <<EOF
|
||||||
alias ls='ls --color'
|
alias ls='ls --color'
|
||||||
export PS1="${debian_chroot:+($debian_chroot)}\u@dz-web:\w\$ "
|
export PS1="${debian_chroot:+($debian_chroot)}\u@dz-web:\w\$ "
|
||||||
unset DEVELOPMENT
|
unset DEVELOPMENT
|
||||||
|
|
Loading…
Add table
Reference in a new issue