dropshell release 2025.0514.2229
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
This commit is contained in:
@ -97,18 +97,6 @@ chsh -s /bin/bash dropshell
|
||||
|
||||
#--------------------------------
|
||||
|
||||
# download dropshell
|
||||
|
||||
# determine if x86_64 or arm64
|
||||
ARCH=$(uname -m)
|
||||
|
||||
# check is aarch64 or x86_64 and error if neither
|
||||
if [ "$ARCH" != "aarch64" ] && [ "$ARCH" != "x86_64" ]; then
|
||||
echo "Unsupported architecture: $ARCH"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
echo "Installation complete."
|
||||
|
||||
#--------------------------------
|
||||
|
Reference in New Issue
Block a user