06-08-2021

update to M1
This commit is contained in:
2021-08-06 12:45:12 +02:00
parent c2e950d819
commit f99b2c3107
9 changed files with 160 additions and 14 deletions

View File

@@ -2,6 +2,8 @@
echo -e "\033[1m⚛ Atom editor will be shiny when you'll be back from your coffee/tea break! \033[0m"
command -v apm >/dev/null 2>&1 || { echo -e "\n${bold}Atom editor${reset} is not installed.\n\nRun ${italic}'brew install atom'${reset} for install." && exit 1; }
if hash apm-beta 2>/dev/null; then
apm-beta upgrade -c false
fi