Updates
This commit is contained in:
BIN
server/files/bin/speedtest-ookla
Executable file
BIN
server/files/bin/speedtest-ookla
Executable file
Binary file not shown.
@@ -47,6 +47,7 @@ alias whatismyip='curl -s http://icanhazip.com/'
|
||||
alias pv='echo "Version:" && python --version && echo && echo "Interpreter Path:" && python -c "import sys;print(sys.prefix)" && echo && echo "Paths:" && python -c "import sys;print(sys.path);"'
|
||||
alias activate='source env/bin/activate && pv'
|
||||
alias pips='pipenv shell && echo "pipenv shell has been deactivated" && echo && pv'
|
||||
alias pops='poetry shell && echo "poetry shell has been deactivated" && echo && pv'
|
||||
|
||||
# Docker
|
||||
alias dps="docker ps"
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
# These tasks run for any Majaro server (physical or virtual)
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
# Configure /etc/pacman.conf
|
||||
- lineinfile: path=/etc/pacman.conf regexp='^#Color' line='Color'
|
||||
|
||||
# Change the games:x:50: group to staff
|
||||
- name: Ensuring group staff:50
|
||||
replace:
|
||||
|
||||
Reference in New Issue
Block a user