[Scripts > Install] Remove (unused)
This commit is contained in:
parent
33a324ba04
commit
1071c811da
1 changed files with 0 additions and 18 deletions
|
@ -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"
|
|
Loading…
Reference in a new issue