Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.4 KB

instructions_with_cli.md

File metadata and controls

39 lines (32 loc) · 1.4 KB

Installation with CLI

Firstly, you must have git and svn installed.

sudo apt install curl git subversion wget

Choose one of two options — Git or SVN. We recommend strongly SVN, which is quicker than Git.

Git

# If the folder icons doesn't exist
mkdir ~/.local/share/icons
# You need to enter in the icons folder to download the icons pack
cd ~/.local/share/icons
# Download the icon packs...
git clone https://github.com/Magog64/SURU-PLUS.git
git clone https://github.com/gusbemacbe/suru-plus-telinkrin.git
# To update the next latest changes
git pull origin master 
# You must rename the folders
mv SURU-PLUS Suru++
mv suru-plus-telinkrin 'Suru++ Telinkrin'

You do not need to download and install Sam Hewitt's Suru Icon, because it already comes installed under Ubuntu 18.04 and above

# If the folder icons doesn't exist
mkdir ~/.local/share/icons
# Download quickly like a Millennium Falcon
svn export https://github.com/Magog64/SURU-PLUS/trunk/ ~/.local/share/icons/Suru++
svn export https://github.com/gusbemacbe/suru-plus-telinkrin/trunk/ ~/.local/share/icons/Suru++\ Telinkrin
# When we will update the icons, and if you want to update the icons, just overwrite
svn export --force https://github.com/Magog64/SURU-PLUS/trunk/ ~/.local/share/icons/Suru++
svn export --force https://github.com/gusbemacbe/suru-plus-telinkrin/trunk/ ~/.local/share/icons/Suru++\ Telinkrin