New Release
This commit is contained in:
parent
99d2f9e226
commit
05c6ad4e68
|
@ -28,12 +28,6 @@ cat > "$FILE" <<- _EOF_
|
|||
<a href="${SITE}"><img src="https://raw.githubusercontent.com/archcraft-os/archcraft-packages/main/archcraft-artworks/files/logo/png/logo-circle/logo-circle-1.png" height="100" width="100" alt="Archcraft"></a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://ko-fi.com/adi1090x"><img width="32px" src="https://raw.githubusercontent.com/archcraft-os/.github/main/profile/assets/1.png" alt="Donate for Archcraft on ko-fi"></a>
|
||||
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6VETHHYHXESRN"><img width="32px" src="https://raw.githubusercontent.com/archcraft-os/.github/main/profile/assets/2.png" alt="Donate for Archcraft via Paypal"></a>
|
||||
<a href="https://liberapay.com/adi1090x"><img width="32px" src="https://raw.githubusercontent.com/archcraft-os/.github/main/profile/assets/3.png" alt="Donate for Archcraft via Liberapay"></a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/Maintained%3F-Yes-green?style=flat-square">
|
||||
<img src="https://img.shields.io/github/downloads/archcraft-os/archcraft-xfce/total?label=downloads&logo=github&color=blue&style=flat-square">
|
||||
|
@ -89,7 +83,7 @@ cat > "$FILE" <<- _EOF_
|
|||
\`\`\`
|
||||
_EOF_
|
||||
|
||||
if [[ `cat $FILE | wc -l` -eq "63" ]]; then
|
||||
if [[ `cat $FILE | wc -l` -eq "57" ]]; then
|
||||
echo -e "\n[*] File generated successfully.\n"
|
||||
read -p "[?] Do you want to delete the 'files' directory (y/n) : "
|
||||
if [[ "$REPLY" == "y" ]]; then
|
||||
|
|
14
README.md
14
README.md
|
@ -29,11 +29,11 @@ Yet another minimal linux distribution, based on <a href="https://www.archlinux.
|
|||
|
||||
### Latest Release
|
||||
|
||||
- **`ISO`** : [archcraft-xfce-2022.10.07-x86_64.iso](https://github.com/archcraft-os/archcraft-xfce/releases/download/v22.10/archcraft-xfce-2022.10.07-x86_64.iso)
|
||||
- **`SIG`** : [archcraft-xfce-2022.10.07-x86_64.iso.sig](https://github.com/archcraft-os/archcraft-xfce/releases/download/v22.10/archcraft-xfce-2022.10.07-x86_64.iso.sig)
|
||||
- **`SHA`** : [archcraft-xfce-2022.10.07-x86_64.iso.sha256sum](https://github.com/archcraft-os/archcraft-xfce/releases/download/v22.10/archcraft-xfce-2022.10.07-x86_64.iso.sha256sum)
|
||||
`9ee76b07167c549bd4c384e3b7c6bde8e0de9ca32809aa1db8b64ab0db976fb6`
|
||||
- **`TORRENT`** : [archcraft-xfce-2022.10.07-x86_64.iso.torrent](https://github.com/archcraft-os/archcraft-xfce/releases/download/v22.10/archcraft-xfce-2022.10.07-x86_64.iso.torrent)
|
||||
- **`ISO`** : [archcraft-xfce-2023.01.20-x86_64.iso](https://github.com/archcraft-os/archcraft-xfce/releases/download/v23.01/archcraft-xfce-2023.01.20-x86_64.iso)
|
||||
- **`SIG`** : [archcraft-xfce-2023.01.20-x86_64.iso.sig](https://github.com/archcraft-os/archcraft-xfce/releases/download/v23.01/archcraft-xfce-2023.01.20-x86_64.iso.sig)
|
||||
- **`SHA`** : [archcraft-xfce-2023.01.20-x86_64.iso.sha256sum](https://github.com/archcraft-os/archcraft-xfce/releases/download/v23.01/archcraft-xfce-2023.01.20-x86_64.iso.sha256sum)
|
||||
`6dda9958dfef19500db658b955b0519f14a92abeff4aeaf76a7e263c405bcfc2`
|
||||
- **`TORRENT`** : [archcraft-xfce-2023.01.20-x86_64.iso.torrent](https://github.com/archcraft-os/archcraft-xfce/releases/download/v23.01/archcraft-xfce-2023.01.20-x86_64.iso.torrent)
|
||||
|
||||
### Verify the authenticity of the ISO
|
||||
|
||||
|
@ -48,10 +48,10 @@ $ gpg --keyserver hkp://pgp.mit.edu --recv-keys 7DC81F73
|
|||
|
||||
- Then, Open `terminal` in the `~/Downloads` folder and run following command :
|
||||
```
|
||||
$ gpg --verify archcraft-xfce-2022.10.07-x86_64.iso.sig
|
||||
$ gpg --verify archcraft-xfce-2023.01.20-x86_64.iso.sig
|
||||
```
|
||||
|
||||
- Finally, Verify the `sha256sum` by running :
|
||||
```
|
||||
$ sha256sum -c archcraft-xfce-2022.10.07-x86_64.iso.sha256sum
|
||||
$ sha256sum -c archcraft-xfce-2023.01.20-x86_64.iso.sha256sum
|
||||
```
|
||||
|
|
11
changelog.md
11
changelog.md
|
@ -1,6 +1,15 @@
|
|||
<h2 align="center">Archcraft (XFCE) : Changelogs</h2>
|
||||
|
||||
### October 2022
|
||||
### January 2023
|
||||
|
||||
- Updated ISO Base
|
||||
- Created New Theming System
|
||||
- User Can Create Their Own Themes Easily
|
||||
- Bug Fixes, Etc.
|
||||
|
||||
#
|
||||
|
||||
### October 2022
|
||||
|
||||
- Created the ISO base from scratch
|
||||
- Grub2 bootloader with themes
|
||||
|
|
Loading…
Reference in New Issue