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
commit ff9ca9a034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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