@@ -18,7 +18,7 @@ readonly SCRIPT=$(basename "$0")
18
18
readonly dir=$( cd -P -- " $( dirname -- " $0 " ) " && pwd -P)
19
19
20
20
# Version
21
- readonly AE_VERSION=" 8.0.0 "
21
+ readonly AE_VERSION=" 8.0.1 "
22
22
23
23
# Handle Use interrupt
24
24
# trap ctrl-c and call ctrl_c()
@@ -1568,7 +1568,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1568
1568
--file-prefix " spotify" \
1569
1569
--key-url https://download.spotify.com/debian/pubkey_0D811D58.gpg
1570
1570
1571
- if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /spotify.gpg] http://repository.spotify.com stable non-free #Spotify" > ${SOURCES_FILE_DIR} /after-effects: spotify.list; then
1571
+ if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /spotify.gpg] http://repository.spotify.com stable non-free #Spotify" > ${SOURCES_FILE_DIR} /after-effects- spotify.list; then
1572
1572
log_success " OK"
1573
1573
else
1574
1574
log_error " Adding Spotify Repository Failed"
@@ -1586,7 +1586,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1586
1586
--file-prefix " skype" \
1587
1587
--key-url https://repo.skype.com/data/SKYPE-GPG-KEY
1588
1588
1589
- if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /skype.gpg] https://repo.skype.com/deb stable main #Skype" > $SOURCES_FILE_DIR /after-effects: skype.list; then
1589
+ if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /skype.gpg] https://repo.skype.com/deb stable main #Skype" > ${ SOURCES_FILE_DIR} /after-effects- skype.list; then
1590
1590
log_success " OK"
1591
1591
else
1592
1592
log_error " Adding Skype for linux repository failed"
@@ -1603,7 +1603,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1603
1603
--file-prefix " signal-desktop" \
1604
1604
--key-url https://updates.signal.org/desktop/apt/keys.asc
1605
1605
1606
- if echo " deb [arch=amd64 signed-by=${TRUSTED_KEYRINGS_DIR} /signal-desktop.gpg] https://updates.signal.org/desktop/apt xenial main #Signal-for-Desktop" > ${SOURCES_FILE_DIR} /after-effects: signal.list; then
1606
+ if echo " deb [arch=amd64 signed-by=${TRUSTED_KEYRINGS_DIR} /signal-desktop.gpg] https://updates.signal.org/desktop/apt xenial main #Signal-for-Desktop" > ${SOURCES_FILE_DIR} /after-effects- signal.list; then
1607
1607
log_success " OK"
1608
1608
else
1609
1609
log_error " Failed to addd Signal for desktop repository!"
@@ -1639,7 +1639,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1639
1639
__add_repo_keys --format " asc" \
1640
1640
--file-prefix " wine-hq" \
1641
1641
--key-url https://dl.winehq.org/wine-builds/winehq.key
1642
- if echo " deb [signed-by=${TRUSTED_KEYRINGS_DIR} /wine-hq.gpg] https://dl.winehq.org/wine-builds/${distro_name} / ${code_name} main #WineHQ" > ${SOURCES_FILE_DIR} /after-effects: winehq.list; then
1642
+ if echo " deb [signed-by=${TRUSTED_KEYRINGS_DIR} /wine-hq.gpg] https://dl.winehq.org/wine-builds/${distro_name} / ${code_name} main #WineHQ" > ${SOURCES_FILE_DIR} /after-effects- winehq.list; then
1643
1643
log_success " OK"
1644
1644
else
1645
1645
log_error " Adding WineHQ repository failed"
@@ -1670,7 +1670,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1670
1670
# Google Cloud SDK
1671
1671
if [ " $add_gcp_repo " == " true" ]; then
1672
1672
log_info " Google-Cloud-SDK"
1673
- if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /google-cloud-packaging.gpg] http://packages.cloud.google.com/apt cloud-sdk main #Google-Cloud-SDK" > ${SOURCES_FILE_DIR} /after-effects: googlecloud.list; then
1673
+ if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /google-cloud-packaging.gpg] http://packages.cloud.google.com/apt cloud-sdk main #Google-Cloud-SDK" > ${SOURCES_FILE_DIR} /after-effects- googlecloud.list; then
1674
1674
log_success " OK"
1675
1675
else
1676
1676
log_error " Adding Google Cloud SDK Repository failed"
@@ -1684,7 +1684,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1684
1684
1685
1685
if [[ $ARCH == " amd64" ]]; then
1686
1686
log_info " GCSFUSE"
1687
- if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /google-cloud-packaging.gpg] http://packages.cloud.google.com/apt gcsfuse-${code_name} main #GCSFUSE" > ${SOURCES_FILE_DIR} /after-effects: gcsfuse.list; then
1687
+ if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /google-cloud-packaging.gpg] http://packages.cloud.google.com/apt gcsfuse-${code_name} main #GCSFUSE" > ${SOURCES_FILE_DIR} /after-effects- gcsfuse.list; then
1688
1688
log_success " OK"
1689
1689
else
1690
1690
log_error " Adding GCSFUSE repository failed"
@@ -1712,7 +1712,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1712
1712
if [[ ${add_vscode_repo} == " true" ]]; then
1713
1713
log_info " VSCode"
1714
1714
if [[ ${ARCH} == " amd64" ]]; then
1715
- if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /microsoft.gpg] https://packages.microsoft.com/repos/vscode stable main #Visual-Studio-Code" > ${SOURCES_FILE_DIR} /after-effects: vscode.list; then
1715
+ if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /microsoft.gpg] https://packages.microsoft.com/repos/vscode stable main #Visual-Studio-Code" > ${SOURCES_FILE_DIR} /after-effects- vscode.list; then
1716
1716
log_success " OK"
1717
1717
else
1718
1718
log_error " Failed to addd VSCode repository!"
@@ -1730,7 +1730,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1730
1730
if [[ ${add_azurecli_repo} == " true" ]] ; then
1731
1731
if [[ ${ARCH} == " amd64" ]]; then
1732
1732
log_info " Azure CLI"
1733
- if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /microsoft.gpg] https://packages.microsoft.com/repos/azure-cli/ ${code_name} main #Azure CLI" > ${SOURCES_FILE_DIR} /after-effects: azurecli.list; then
1733
+ if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /microsoft.gpg] https://packages.microsoft.com/repos/azure-cli/ ${code_name} main #Azure CLI" > ${SOURCES_FILE_DIR} /after-effects- azurecli.list; then
1734
1734
log_success " OK"
1735
1735
else
1736
1736
log_error " Failed to addd Azure CLI repository!"
@@ -1747,7 +1747,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1747
1747
if [[ ${add_edge_repo} == " true" ]] ; then
1748
1748
if [[ ${ARCH} == " amd64" ]]; then
1749
1749
log_info " Microsoft Edge"
1750
- if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /microsoft.gpg] https://packages.microsoft.com/repos/edge stable main #Microsoft Edge" > ${SOURCES_FILE_DIR} /after-effects: edge.list; then
1750
+ if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /microsoft.gpg] https://packages.microsoft.com/repos/edge stable main #Microsoft Edge" > ${SOURCES_FILE_DIR} /after-effects- edge.list; then
1751
1751
log_success " OK"
1752
1752
else
1753
1753
log_error " Failed to addd Microsoft Edge repository!"
@@ -1763,7 +1763,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1763
1763
if [[ ${add_msteams_repo} == " true" ]] ; then
1764
1764
if [[ ${ARCH} == " amd64" ]]; then
1765
1765
log_info " Microsoft Teams"
1766
- if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /microsoft.gpg] https://packages.microsoft.com/repos/ms-teams stable main #Microsoft Edge" > ${SOURCES_FILE_DIR} /after-effects: teams.list; then
1766
+ if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /microsoft.gpg] https://packages.microsoft.com/repos/ms-teams stable main #Microsoft Edge" > ${SOURCES_FILE_DIR} /after-effects- teams.list; then
1767
1767
log_success " OK"
1768
1768
else
1769
1769
log_error " Failed to addd Microsoft Teams repository!"
@@ -1783,7 +1783,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1783
1783
--key-url https://download.docker.com/linux/" ${distro_name} " /gpg
1784
1784
log_debug " Adding Docker(Docker Inc) sources .list"
1785
1785
1786
- if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /docker-ce.gpg] https://download.docker.com/linux/${distro_name} ${code_name} stable #Docker-Community-Edition" > ${SOURCES_FILE_DIR} /after-effects: docker.list; then
1786
+ if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /docker-ce.gpg] https://download.docker.com/linux/${distro_name} ${code_name} stable #Docker-Community-Edition" > ${SOURCES_FILE_DIR} /after-effects- docker.list; then
1787
1787
log_success " OK"
1788
1788
else
1789
1789
log_error " Adding Docker-CE repository failed"
@@ -1802,7 +1802,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1802
1802
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C99B11DEB97541F0 | & log_trace " ${_phase_apt_key} " \
1803
1803
|| log_error " Adding Github CLI keys failed"
1804
1804
1805
- if echo " deb https://cli.github.com/packages ${code_name} main #GitHub-CLI" > ${SOURCES_FILE_DIR} /after-effects: github.list; then
1805
+ if echo " deb https://cli.github.com/packages ${code_name} main #GitHub-CLI" > ${SOURCES_FILE_DIR} /after-effects- github.list; then
1806
1806
log_success " OK"
1807
1807
else
1808
1808
log_error " Adding GH CLi repository failed"
@@ -1820,7 +1820,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1820
1820
--file-prefix " hashicorp" \
1821
1821
--key-url https://apt.releases.hashicorp.com/gpg
1822
1822
1823
- if echo " deb [arch=amd64 signed-by=${TRUSTED_KEYRINGS_DIR} /hashicorp.gpg] https://apt.releases.hashicorp.com ${code_name} main#Hashicorp-Packages" > ${SOURCES_FILE_DIR} /after-effects: hashicorp.list; then
1823
+ if echo " deb [arch=amd64 signed-by=${TRUSTED_KEYRINGS_DIR} /hashicorp.gpg] https://apt.releases.hashicorp.com ${code_name} main#Hashicorp-Packages" > ${SOURCES_FILE_DIR} /after-effects- hashicorp.list; then
1824
1824
log_success " OK"
1825
1825
else
1826
1826
log_error " Failed to add hashicorp repository"
@@ -1841,7 +1841,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1841
1841
--file-prefix " bazel" \
1842
1842
--key-url https://bazel.build/bazel-release.pub.gpg
1843
1843
1844
- if echo " deb [arch=amd64 signed-by=${TRUSTED_KEYRINGS_DIR} /bazel.gpg] https://storage.googleapis.com/bazel-apt stable jdk1.8 #Bazel" > ${SOURCES_FILE_DIR} /after-effects: bazel.list; then
1844
+ if echo " deb [arch=amd64 signed-by=${TRUSTED_KEYRINGS_DIR} /bazel.gpg] https://storage.googleapis.com/bazel-apt stable jdk1.8 #Bazel" > ${SOURCES_FILE_DIR} /after-effects- bazel.list; then
1845
1845
log_success " OK"
1846
1846
else
1847
1847
log_error " Failed to add bazel repository"
@@ -1866,7 +1866,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1866
1866
--file-prefix " gvisor" \
1867
1867
--key-url https://gvisor.dev/archive.key
1868
1868
1869
- if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /gvisor.gpg] https://storage.googleapis.com/gvisor/releases release main #gVisor-Container-Runtime" > ${SOURCES_FILE_DIR} /after-effects: gvisor.list; then
1869
+ if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /gvisor.gpg] https://storage.googleapis.com/gvisor/releases release main #gVisor-Container-Runtime" > ${SOURCES_FILE_DIR} /after-effects- gvisor.list; then
1870
1870
log_success " OK"
1871
1871
else
1872
1872
log_error " Adding gVisor repository failed!"
@@ -1891,7 +1891,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1891
1891
__add_repo_keys --format " asc" \
1892
1892
--file-prefix " obs-podman-${code_name} " \
1893
1893
--key-url https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/${AE_OBS_PREFIX} /Release.key
1894
- if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /obs-podman-${code_name} .gpg] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/${AE_OBS_PREFIX} / / #Podman (via OBS)" > ${SOURCES_FILE_DIR} /after-effects: podman.list; then
1894
+ if echo " deb [arch=$ARCH signed-by=${TRUSTED_KEYRINGS_DIR} /obs-podman-${code_name} .gpg] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/${AE_OBS_PREFIX} / / #Podman (via OBS)" > ${SOURCES_FILE_DIR} /after-effects- podman.list; then
1895
1895
log_success " OK"
1896
1896
else
1897
1897
log_error " Adding Podman repository failed!"
@@ -1919,7 +1919,7 @@ deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
1919
1919
--file-prefix " sublimetext" \
1920
1920
--key-url https://download.sublimetext.com/sublimehq-pub.gpg
1921
1921
1922
- if echo " deb [arch=amd64 signed-by=${TRUSTED_KEYRINGS_DIR} /sublimetext.gpg] https://download.sublimetext.com/ apt/stable/ #SublimeText Editor" > ${SOURCES_FILE_DIR} /after-effects: sublimetext.list; then
1922
+ if echo " deb [arch=amd64 signed-by=${TRUSTED_KEYRINGS_DIR} /sublimetext.gpg] https://download.sublimetext.com/ apt/stable/ #SublimeText Editor" > ${SOURCES_FILE_DIR} /after-effects- sublimetext.list; then
1923
1923
log_success " OK"
1924
1924
else
1925
1925
log_error " Failed to add SublimeText repository"
0 commit comments