Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 739deab

Browse files
committed
New INSTALLER.sh and installation methods in the README.md
modified: Do-It-Yourself.md modified: INSTALLER.sh modified: README.md
1 parent a412c9e commit 739deab

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

Do-It-Yourself.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ cd ~/mint-yz-theme
7474
rm -f mint-yz-theme*.zip
7575
cp -r usr/share/themes .
7676
# X.x.x = version number:
77-
zip -q -r mint-yz-theme_X.x.x.zip COPYRIGHT LICENSE README.md changelog themes
77+
zip -q -r mint-yz-theme_X.x.x.zip COPYRIGHT INSTALLER.sh LICENSE
78+
zip -q -r mint-yz-theme_X.x.x.zip README.md changelog themes
7879
rm -r themes
7980
```

INSTALLER.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
#!/bin/bash
22

33
echo; echo; echo; echo
4-
5-
unzip -q mint-yz-theme*
64
echo "Please enter your password to remove any old Mint-Yz"
75
echo "and copy the new ones in /usr/share/themes"
6+
echo
87
sudo rm -rf /usr/share/themes/Mint-Yz-*
98
sudo cp -rf themes/* /usr/share/themes
109
echo
1110
echo "Done."
12-
echo "Select your new themes in"
11+
echo "Now, select your new themes in"
1312
echo "Menu > Preferences > Themes or Appearance"
1413
echo
1514
echo "You may need to close and re-open your windows"

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ There is a lot of work into this new Mint-Yz. Over 200 commits. Build onto the l
2626
Check your system is not too old for this theme to work properly. This theme works well on Linux Mint 19.x and Linux Mint 20.x. (GTK 3.24)
2727
**Entirely tested and re-tested** on LinuxMint Cinnamon 20.3, and quickly tested on Mint Mate 20.3 and Mint Xfce 20.3.
2828

29-
FIRST, Go to the [LATEST RELEASE](https://github.com/SebastJava/mint-yz-theme/releases/latest) page.
30-
1. Click on the **mint-yz-theme_X.x.x.zip** to download
31-
2. Click on the **INSTALLER.sh** to download
29+
FIRST, Go to the [LATEST RELEASE](https://github.com/SebastJava/mint-yz-theme/releases/latest) page. There, click on the **mint-yz-theme_X.x.x.zip** to download.
3230

33-
NEXT, choose one of the following methods to install:
31+
NEXT, CHOOSE ONE OF THE FOLLOWING METHODS TO INSTALL:
3432

3533
**Method 1: automatic installer**
36-
Go to your Download directory, and double-click on the INSTALLER.sh to "Run in Terminal".
34+
1. Extract (unzip) the zip you just downloaded
35+
2. Open this directory containing the files you extracted, and double-click on the INSTALLER.sh to "Run in Terminal"
3736

3837
**Method 2: Command Line Interface (CLI)**
3938
Open your terminal and do this:
@@ -47,7 +46,7 @@ sudo cp -rf themes/* /usr/share/themes
4746
**Method 3: Graphical User Interface (GUI)**
4847
(Everyone has a different GUI, so I can't give you precise instructions this way... But it should be pretty simple...)
4948
1. Go to your Download directory
50-
2. Extract this mint-yz-theme_X.x.x.zip
49+
2. Extract (unzip) this mint-yz-theme_X.x.x.zip
5150
3. Open /usr/share/themes as root (Be careful! Close this window when done!)
5251
4. Move or copy all the contents from the extracted themes directory into /usr/share/themes
5352

0 commit comments

Comments
 (0)