|
85 | 85 | Description: Desktop theming application |
86 | 86 | Extract colors from wallpapers and apply cohesive themes across your |
87 | 87 | desktop. |
88 | | - Homepage: https://github.com/omacom-io/aether |
| 88 | + Homepage: https://github.com/omacom/aether |
89 | 89 | CTRL |
90 | 90 | sed -i 's/^ //' "${PKG_DIR}/DEBIAN/control" |
91 | 91 | sed -i "s/PKGVER/${PKG_VERSION}/" "${PKG_DIR}/DEBIAN/control" |
@@ -189,36 +189,36 @@ jobs: |
189 | 189 |
|
190 | 190 | ### Debian / Ubuntu (x86_64) |
191 | 191 | ```bash |
192 | | - wget https://github.com/omacom-io/aether/releases/download/${{ github.ref_name }}/aether_${{ steps.archive.outputs.pkgver }}_amd64.deb |
| 192 | + wget https://github.com/omacom/aether/releases/download/${{ github.ref_name }}/aether_${{ steps.archive.outputs.pkgver }}_amd64.deb |
193 | 193 | sudo dpkg -i aether_${{ steps.archive.outputs.pkgver }}_amd64.deb |
194 | 194 | sudo apt-get install -f |
195 | 195 | ``` |
196 | 196 |
|
197 | 197 | ### Debian / Ubuntu (aarch64) |
198 | 198 | ```bash |
199 | | - wget https://github.com/omacom-io/aether/releases/download/${{ github.ref_name }}/aether_${{ steps.archive.outputs.pkgver }}_arm64.deb |
| 199 | + wget https://github.com/omacom/aether/releases/download/${{ github.ref_name }}/aether_${{ steps.archive.outputs.pkgver }}_arm64.deb |
200 | 200 | sudo dpkg -i aether_${{ steps.archive.outputs.pkgver }}_arm64.deb |
201 | 201 | sudo apt-get install -f |
202 | 202 | ``` |
203 | 203 |
|
204 | 204 | ### Pre-built Binary (x86_64) |
205 | 205 | ```bash |
206 | | - wget https://github.com/omacom-io/aether/releases/download/${{ github.ref_name }}/aether-linux-amd64 |
| 206 | + wget https://github.com/omacom/aether/releases/download/${{ github.ref_name }}/aether-linux-amd64 |
207 | 207 | chmod +x aether-linux-amd64 |
208 | 208 | sudo mv aether-linux-amd64 /usr/local/bin/aether |
209 | 209 | ``` |
210 | 210 |
|
211 | 211 | ### Pre-built Binary (aarch64) |
212 | 212 | ```bash |
213 | | - wget https://github.com/omacom-io/aether/releases/download/${{ github.ref_name }}/aether-linux-arm64 |
| 213 | + wget https://github.com/omacom/aether/releases/download/${{ github.ref_name }}/aether-linux-arm64 |
214 | 214 | chmod +x aether-linux-arm64 |
215 | 215 | sudo mv aether-linux-arm64 /usr/local/bin/aether |
216 | 216 | ``` |
217 | 217 |
|
218 | 218 | ### Build from Source |
219 | 219 | Requires Go 1.23+, Node.js 22+, and [Wails](https://wails.io/docs/gettingstarted/installation). |
220 | 220 | ```bash |
221 | | - git clone https://github.com/omacom-io/aether.git |
| 221 | + git clone https://github.com/omacom/aether.git |
222 | 222 | cd aether |
223 | 223 | make build |
224 | 224 | ``` |
|
0 commit comments