This commit is contained in:
oliver
2026-04-21 11:39:34 -03:00
parent 943d67045e
commit ad59e8f0f1
3 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
# ~/.bashrc # ~/.bashrc
clear clear
echo "Server {{HOSTNAME}}" echo "Server {{HOSTNAME}} IP: $(ip route get 1.1.1.1 | awk '{for(i=1;i<=NF;i++) if($i=="src") print $(i+1)}')"
export PS1="\[\e[32m\]\h:\w\$\[\e[0m\] " export PS1="\[\e[32m\]\h:\w\$\[\e[0m\] "
df -h . df -h .
+1
View File
@@ -2,6 +2,7 @@
echo "Running prsync ./sbin" echo "Running prsync ./sbin"
prsync -h "/app/host_vars/hosts" -avz ./sbin/ /4server/sbin/ prsync -h "/app/host_vars/hosts" -avz ./sbin/ /4server/sbin/
template templates/.profile /home/4server/.profile
rex doas rc-service api restart rex doas rc-service api restart
Binary file not shown.