Merge pull request #30 from dinger1986/main

Update update.sh
This commit is contained in:
RustDesk
2023-07-21 21:56:24 +08:00
committed by GitHub

View File

@@ -1,8 +1,5 @@
#!/bin/bash
# If any command fails, fail out
set -e
# Get username
uname=$(whoami) # not used btw ... yet