steam and sublime text fix box86 installation

pull/138/head
Botspot 5 years ago
parent 22e8b9752b
commit 6996ed8761

@ -14,6 +14,8 @@ if [ ! -f /usr/local/bin/box86 ];then
wget -qO- https://raw.githubusercontent.com/Botspot/box86-updater/main/update-box86 | bash wget -qO- https://raw.githubusercontent.com/Botspot/box86-updater/main/update-box86 | bash
if [ ! -f /usr/local/bin/box86 ];then if [ ! -f /usr/local/bin/box86 ];then
error "Box86 failed to install somehow!" error "Box86 failed to install somehow!"
else
echo "installed" > "${DIRECTORY}/data/status/Box86"
fi fi
fi fi

@ -12,10 +12,11 @@ if [ ! -f /usr/local/bin/box86 ];then
wget -qO- https://raw.githubusercontent.com/Botspot/box86-updater/main/update-box86 | bash wget -qO- https://raw.githubusercontent.com/Botspot/box86-updater/main/update-box86 | bash
if [ ! -f /usr/local/bin/box86 ];then if [ ! -f /usr/local/bin/box86 ];then
error "Box86 failed to install somehow!" error "Box86 failed to install somehow!"
else
echo "installed" > "${DIRECTORY}/data/status/Box86"
fi fi
fi fi
wget https://download.sublimetext.com/Sublime%20Text%202.0.2.tar.bz2 -O ~/sublime-text-2.tar.bz2 || error 'Failed to download!' wget https://download.sublimetext.com/Sublime%20Text%202.0.2.tar.bz2 -O ~/sublime-text-2.tar.bz2 || error 'Failed to download!'
tar -xf ~/sublime-text-2.tar.bz2 || error 'Failed to extract!' tar -xf ~/sublime-text-2.tar.bz2 || error 'Failed to extract!'
rm -f sublime-text-2.tar.bz2 rm -f sublime-text-2.tar.bz2

Loading…
Cancel
Save