mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
b9f3cea862
Signed-off-by: Steven Noonan <steven@valvesoftware.com>
10 lines
126 B
Bash
Executable File
10 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# This is an install script for Arch Linux-specific package updates.
|
|
#
|
|
set -ex
|
|
|
|
pacman --noconfirm -Syu
|
|
|
|
exit 0
|