From 29ef4f318916902d521f8322d48bb375979babc4 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: May 08 2023 22:39:13 +0000 Subject: Empty repo, add README for new site and sources --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..928e9f4 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Moved to fedora-asahi-remix.org + +The website has moved to [fedora-asahi-remix.org](https://fedora-asahi-remix.org). + +The sources for the site have moved to [pagure.io/fedora-asahi/fedora-asahi-remix.org](https://pagure.io/fedora-asahi/fedora-asahi-remix.org). diff --git a/error.html b/error.html deleted file mode 100644 index 2c12ed2..0000000 --- a/error.html +++ /dev/null @@ -1 +0,0 @@ -You have been eaten by a grue diff --git a/index.html b/index.html deleted file mode 100644 index 4cb5fde..0000000 --- a/index.html +++ /dev/null @@ -1,32 +0,0 @@ - - - Asahi Fedora Remix - - - -
-

Asahi Fedora Remix

- -

curl https://asahi-fedora-remix.org/install | sh

-

#asahi:fedoraproject.org
- Fedora Asahi SIG
- Asahi Linux
Fedora

-
- - diff --git a/install b/install deleted file mode 100644 index e5f0971..0000000 --- a/install +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/sh -# SPDX-License-Identifier: MIT - -set -e - -export LC_ALL=en_US.UTF-8 -export LANG=en_US.UTF-8 -export PATH="/usr/bin:/bin:/usr/sbin:/sbin:$PATH" - -export VERSION_FLAG=https://cdn.asahilinux.org/installer-dev/latest -export INSTALLER_BASE=https://cdn.asahilinux.org/installer-dev -export INSTALLER_DATA=https://asahi-fedora-remix.org/installer_data.json -export REPO_BASE=https://asahi-fedora-remix.org - -#TMP="$(mktemp -d)" -TMP=/tmp/asahi-install - -echo -echo "Bootstrapping installer:" - -mkdir -p "$TMP" -cd "$TMP" - -echo " Checking version..." - -PKG_VER="$(curl --no-progress-meter -L "$VERSION_FLAG")" -echo " Version: $PKG_VER" - -PKG="installer-$PKG_VER.tar.gz" - -echo " Downloading..." - -curl --no-progress-meter -L -o "$PKG" "$INSTALLER_BASE/$PKG" -if ! curl --no-progress-meter -L -O "$INSTALLER_DATA"; then - echo " Error downloading installer_data.json. AWS might be blocked in your network." - echo " Please consider using a VPN if you experience issues." -fi - -echo " Extracting..." - -tar xf "$PKG" - -echo " Initializing..." -echo - -if [ "$USER" != "root" ]; then - echo "The installer needs to run as root." - echo "Please enter your sudo password if prompted." - exec caffeinate -dis sudo -E ./install.sh "$@" -else - exec caffeinate -dis ./install.sh "$@" -fi diff --git a/laptop.png b/laptop.png deleted file mode 100644 index 30f5819..0000000 Binary files a/laptop.png and /dev/null differ