[Scripts > Install] Remove (unused)

This commit is contained in:
Ducko 2022-03-13 13:30:58 +00:00
parent 33a324ba04
commit 1071c811da
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
#!/bin/sh
channel=$1
echo $channel
path=""
if [[ $channel == "stable" ]]; then
path="/opt/discord"
else
path="/opt/discord-$channel"
fi
path+="/resources/app.asar"
echo $path
mv "$path" "$path.backup"
wget https://github.com/GooseMod/OpenAsar/releases/download/nightly/app.asar -O "$path"